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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 121 int64_t starting_buffer_level; // in seconds member in struct:__anon21289
  /external/libvpx/libvpx/vp8/common/
onyx.h 160 int64_t starting_buffer_level; member in struct:__anon21219
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 222 lc->starting_buffer_level = cpi->oxcf.starting_buffer_level;
262 cpi->oxcf.starting_buffer_level = lc->starting_buffer_level;
311 lc->starting_buffer_level_in_ms = oxcf->starting_buffer_level;
315 lc->starting_buffer_level =
316 rescale((int)(oxcf->starting_buffer_level),
344 lc->buffer_level = lc->starting_buffer_level;
345 lc->bits_off_target = lc->starting_buffer_level;
    [all...]
onyx_int.h 239 int64_t starting_buffer_level; member in struct:__anon21251
ratectrl.c 377 target = cpi->oxcf.starting_buffer_level / 2;
    [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 300 oxcf->starting_buffer_level = cfg.rc_buf_initial_sz;
352 printf("starting_buffer_level: %d\n", oxcf->starting_buffer_level);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 356 oxcf->starting_buffer_level = cfg.rc_buf_initial_sz;
423 printf("starting_buffer_level: %d\n", oxcf->starting_buffer_level);
    [all...]

Completed in 290 milliseconds