Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c142 static const int qrounding_factors_y2[129] = { variable
204 cpi->Y2round[Q][0] = (qrounding_factors_y2[Q] * quant_val) >> 7; in vp8cx_init_quantizer()
232 cpi->Y2round[Q][1] = (qrounding_factors_y2[Q] * quant_val) >> 7; in vp8cx_init_quantizer()