Home
last modified time | relevance | path

Searched defs:GetDcValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/
H A Dquantizer_test.cc54 TEST(QuantizerTest, GetDcValue) { in TEST() argument
H A Dquantizer.cc334 int Quantizer::GetDcValue(Plane plane, int qindex) const { in GetDcValue() function in libgav1::Quantizer