Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c677 int64_t buff_lvl_step = 0; in calc_active_worst_quality_one_pass_cbr() local
709 buff_lvl_step = ((rc->maximum_buffer_size - rc->optimal_buffer_level) / in calc_active_worst_quality_one_pass_cbr()
711 if (buff_lvl_step) in calc_active_worst_quality_one_pass_cbr()
713 buff_lvl_step); in calc_active_worst_quality_one_pass_cbr()
719 buff_lvl_step = (rc->optimal_buffer_level - critical_level); in calc_active_worst_quality_one_pass_cbr()
720 if (buff_lvl_step) { in calc_active_worst_quality_one_pass_cbr()
723 buff_lvl_step); in calc_active_worst_quality_one_pass_cbr()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3614 int buff_lvl_step; in encode_frame_to_data_rate() local
3617 buff_lvl_step = (int)((cpi->oxcf.maximum_buffer_size - in encode_frame_to_data_rate()
3621 if (buff_lvl_step) { in encode_frame_to_data_rate()
3624 buff_lvl_step); in encode_frame_to_data_rate()