Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c3335 int zbin_oq_high; in encode_frame_to_data_rate() local
3809 zbin_oq_high = 0; in encode_frame_to_data_rate()
3813 zbin_oq_high = 16; in encode_frame_to_data_rate()
3816 zbin_oq_high = ZBIN_OQ_MAX; in encode_frame_to_data_rate()
4167 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) ? in encode_frame_to_data_rate()
4168 (cpi->mb.zbin_over_quant + 1) : zbin_oq_high; in encode_frame_to_data_rate()
4187 zbin_oq_low = (cpi->mb.zbin_over_quant < zbin_oq_high) ? in encode_frame_to_data_rate()
4188 (cpi->mb.zbin_over_quant + 1) : zbin_oq_high; in encode_frame_to_data_rate()
4190 (zbin_oq_high + zbin_oq_low) / 2; in encode_frame_to_data_rate()
4223 zbin_oq_high = (cpi->mb.zbin_over_quant > zbin_oq_low) ? in encode_frame_to_data_rate()
[all …]