Searched refs:zbin_oqmax (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1212 int zbin_oqmax; local
1218 zbin_oqmax = 0;
1224 zbin_oqmax = 16;
1226 zbin_oqmax = ZBIN_OQ_MAX;
1238 if ( Oq > zbin_oqmax )
1239 Oq = zbin_oqmax;
1251 while (cpi->mb.zbin_over_quant < zbin_oqmax) {
1254 if (cpi->mb.zbin_over_quant > zbin_oqmax) {
1255 cpi->mb.zbin_over_quant = zbin_oqmax;

Completed in 71 milliseconds