Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dvp8_quantize.c152 static const int qzbin_factors_y2[129] = { variable
203 cpi->Y2zbin[Q][0] = ((qzbin_factors_y2[Q] * quant_val) + 64) >> 7; in vp8cx_init_quantizer()
231 cpi->Y2zbin[Q][1] = ((qzbin_factors_y2[Q] * quant_val) + 64) >> 7; in vp8cx_init_quantizer()