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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 396 (cpi->frames_since_key > 0) ? cpi->frames_since_key : 1;
423 cpi->frames_since_key = 0;
vp9_onyx_int.h 357 unsigned int frames_since_key; member in struct:VP9_COMP
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 234 cc->frames_since_key = cpi->frames_since_key;
271 cpi->frames_since_key = cc->frames_since_key;
402 if (cpi->frames_since_key < cpi->output_framerate / 2)
404 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 66 unsigned int frames_since_key; member in struct:__anon21240
344 unsigned int frames_since_key; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 104 milliseconds