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.c3224 int zbin_oq_high; in encode_frame_to_data_rate() local
3743 zbin_oq_high = 0; in encode_frame_to_data_rate()
3747 zbin_oq_high = 16; in encode_frame_to_data_rate()
3749 zbin_oq_high = ZBIN_OQ_MAX; in encode_frame_to_data_rate()
4101 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) in encode_frame_to_data_rate()
4103 : zbin_oq_high; in encode_frame_to_data_rate()
4122 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) in encode_frame_to_data_rate()
4124 : zbin_oq_high; in encode_frame_to_data_rate()
4125 cpi->mb.zbin_over_quant = (zbin_oq_high + zbin_oq_low) / 2; in encode_frame_to_data_rate()
4154 zbin_oq_high = (cpi->mb.zbin_over_quant > zbin_oq_low) in encode_frame_to_data_rate()
[all …]