Searched refs:qrounding_factor (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c578 const int qrounding_factor = q == 0 ? 64 : 48; local
592 quants->y_round[q][i] = (qrounding_factor * quant) >> 7;
603 quants->uv_round[q][i] = (qrounding_factor * quant) >> 7;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c161 const int qrounding_factor = q == 0 ? 64 : 48; local
169 quants->y_round[q][i] = (qrounding_factor * quant) >> 7;
178 quants->uv_round[q][i] = (qrounding_factor * quant) >> 7;
187 quants->a_round[q][i] = (qrounding_factor * quant) >> 7;

Completed in 368 milliseconds