Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3220 int zbin_oq_high; in encode_frame_to_data_rate() local
3737 zbin_oq_high = 0; in encode_frame_to_data_rate()
3741 zbin_oq_high = 16; in encode_frame_to_data_rate()
3743 zbin_oq_high = ZBIN_OQ_MAX; in encode_frame_to_data_rate()
4090 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) in encode_frame_to_data_rate()
4092 : zbin_oq_high; in encode_frame_to_data_rate()
4111 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) in encode_frame_to_data_rate()
4113 : zbin_oq_high; in encode_frame_to_data_rate()
4114 cpi->mb.zbin_over_quant = (zbin_oq_high + zbin_oq_low) / 2; in encode_frame_to_data_rate()
4143 zbin_oq_high = (cpi->mb.zbin_over_quant > zbin_oq_low) in encode_frame_to_data_rate()
[all …]