Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dquantizer.h37 int GetDcValue(Plane plane, int qindex) const;
Dquantizer.cc164 int Quantizer::GetDcValue(Plane plane, int qindex) const { in GetDcValue() function in libgav1::Quantizer
/external/libgav1/libgav1/src/tile/
Dtile.cc1537 const int dc_q_value = quantizer_.GetDcValue(plane, current_quantizer_index); in ReadTransformCoefficients()