Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dquantizer.cc251 Quantizer::Quantizer(int bitdepth, const QuantizerParameters* params) in Quantizer() function in libgav1::Quantizer
259 int Quantizer::GetDcValue(Plane plane, int qindex) const { in GetDcValue()
264 int Quantizer::GetAcValue(Plane plane, int qindex) const { in GetAcValue()
Dquantizer.h35 class Quantizer {
37 Quantizer(int bitdepth, const QuantizerParameters* params);
Dtile.h659 Quantizer quantizer_;