Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1291 int zbin_oqmax; in vp8_regulate_q() local
1297 zbin_oqmax = 0; in vp8_regulate_q()
1302 zbin_oqmax = 16; in vp8_regulate_q()
1304 zbin_oqmax = ZBIN_OQ_MAX; in vp8_regulate_q()
1327 while (cpi->mb.zbin_over_quant < zbin_oqmax) in vp8_regulate_q()
1331 if (cpi->mb.zbin_over_quant > zbin_oqmax) in vp8_regulate_q()
1332 cpi->mb.zbin_over_quant = zbin_oqmax; in vp8_regulate_q()