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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c634 int64_t buff_lvl_step = 0; local
656 buff_lvl_step = ((rc->maximum_buffer_size -
658 if (buff_lvl_step)
660 buff_lvl_step);
666 buff_lvl_step = (rc->optimal_buffer_level - critical_level);
667 if (buff_lvl_step) {
670 buff_lvl_step);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3978 int buff_lvl_step; local
3982 buff_lvl_step = (int)
3987 if (buff_lvl_step)
3991 buff_lvl_step);

Completed in 235 milliseconds