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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c443 int64_t buff_lvl_step = 0; local
459 buff_lvl_step = ((oxcf->maximum_buffer_size -
461 if (buff_lvl_step)
463 buff_lvl_step);
469 buff_lvl_step = (oxcf->optimal_buffer_level - critical_level);
470 if (buff_lvl_step) {
474 buff_lvl_step);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c558 int64_t buff_lvl_step = 0; local
574 buff_lvl_step = ((rc->maximum_buffer_size -
576 if (buff_lvl_step)
578 buff_lvl_step);
584 buff_lvl_step = (rc->optimal_buffer_level - critical_level);
585 if (buff_lvl_step) {
589 buff_lvl_step);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c3811 int buff_lvl_step; local
3815 buff_lvl_step = (int)
3820 if (buff_lvl_step)
3824 buff_lvl_step);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3630 int buff_lvl_step; local
3634 buff_lvl_step = (int)
3639 if (buff_lvl_step)
3643 buff_lvl_step);

Completed in 326 milliseconds