Home
last modified time | relevance | path

Searched refs:GetAcValue (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/
Dquantizer.h49 int GetAcValue(Plane plane, int qindex) const;
Dquantizer.cc264 int Quantizer::GetAcValue(Plane plane, int qindex) const { in GetAcValue() function in libgav1::Quantizer
/external/libgav1/libgav1/src/tile/
Dtile.cc1506 const int ac_q_value = quantizer_.GetAcValue(plane, current_quantizer_index); in ReadTransformCoefficients()