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.c642 int64_t buff_lvl_step = 0; in calc_active_worst_quality_one_pass_cbr() local
664 buff_lvl_step = ((rc->maximum_buffer_size - in calc_active_worst_quality_one_pass_cbr()
666 if (buff_lvl_step) in calc_active_worst_quality_one_pass_cbr()
668 buff_lvl_step); in calc_active_worst_quality_one_pass_cbr()
674 buff_lvl_step = (rc->optimal_buffer_level - critical_level); in calc_active_worst_quality_one_pass_cbr()
675 if (buff_lvl_step) { in calc_active_worst_quality_one_pass_cbr()
678 buff_lvl_step); in calc_active_worst_quality_one_pass_cbr()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3956 int buff_lvl_step; in encode_frame_to_data_rate() local
3960 buff_lvl_step = (int) in encode_frame_to_data_rate()
3965 if (buff_lvl_step) in encode_frame_to_data_rate()
3969 buff_lvl_step); in encode_frame_to_data_rate()