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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c581 int qrounding_factor_fp = i == 0 ? 48 : 42; local
583 qrounding_factor_fp = 64;
590 quants->y_round_fp[q][i] = (qrounding_factor_fp * quant) >> 7;
601 quants->uv_round_fp[q][i] = (qrounding_factor_fp * quant) >> 7;

Completed in 207 milliseconds