Searched refs:GetDcValue (Results 1 – 3 of 3) sorted by relevance
43 int GetDcValue(Plane plane, int qindex) const;
259 int Quantizer::GetDcValue(Plane plane, int qindex) const { in GetDcValue() function in libgav1::Quantizer
1505 const int dc_q_value = quantizer_.GetDcValue(plane, current_quantizer_index); in ReadTransformCoefficients()