HomeSort by relevance Sort by last modified time
    Searched refs:qrounding_factors (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
encodeframe.c 63 static const int qrounding_factors[129] = variable
186 cpi->Y1round[Q][0] = (qrounding_factors[Q] * quant_val) >> 7;
204 cpi->UVround[Q][0] = (qrounding_factors[Q] * quant_val) >> 7;
218 cpi->Y1round[Q][rc] = (qrounding_factors[Q] * quant_val) >> 7;
236 cpi->UVround[Q][rc] = (qrounding_factors[Q] * quant_val) >> 7;
257 cpi->Y1round[Q][0] = (qrounding_factors[Q] * quant_val) >> 7;
271 cpi->UVround[Q][0] = (qrounding_factors[Q] * quant_val) >> 7;
283 cpi->Y1round[Q][rc] = (qrounding_factors[Q] * quant_val) >> 7;
297 cpi->UVround[Q][rc] = (qrounding_factors[Q] * quant_val) >> 7;
    [all...]
onyx_if.c 150 extern const int qrounding_factors[129];
    [all...]

Completed in 30 milliseconds