HomeSort by relevance Sort by last modified time
    Searched refs:buff_lvl_step (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 677 int64_t buff_lvl_step = 0; local
709 buff_lvl_step = ((rc->maximum_buffer_size - rc->optimal_buffer_level) /
711 if (buff_lvl_step)
713 buff_lvl_step);
719 buff_lvl_step = (rc->optimal_buffer_level - critical_level);
720 if (buff_lvl_step) {
723 buff_lvl_step);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3614 int buff_lvl_step; local
    [all...]

Completed in 283 milliseconds