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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 443 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 449 int64_t buff_lvl_step = 0; local
465 buff_lvl_step = ((oxcf->maximum_buffer_size -
467 if (buff_lvl_step)
469 buff_lvl_step);
475 buff_lvl_step = (oxcf->optimal_buffer_level - critical_level);
476 if (buff_lvl_step) {
480 buff_lvl_step);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 558 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);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 3811 int buff_lvl_step; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3630 int buff_lvl_step; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 3631 int buff_lvl_step; local
    [all...]

Completed in 217 milliseconds