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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 47 int frames_since_key; member in struct:__anon40754
vp9_ratectrl.c 539 if (rc->frames_since_key > 1 &&
657 if (rc->frames_since_key > 1 &&
667 if (rc->frames_since_key > 1) {
685 if (rc->frames_since_key > 1) {
    [all...]
vp9_svc_layercontext.c 169 const int old_frame_since_key = cpi->rc.frames_since_key;
179 // Reset the frames_since_key and frames_to_key counters to their values
182 cpi->rc.frames_since_key = old_frame_since_key;
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 50 int frames_since_key; member in struct:__anon29572
vp9_ratectrl.c 215 rc->frames_since_key = 8; // Sensible default for first frame.
533 if (rc->frames_since_key > 1 &&
651 if (rc->frames_since_key > 1 &&
661 if (rc->frames_since_key > 1) {
679 if (rc->frames_since_key > 1) {
    [all...]
vp9_svc_layercontext.c 172 const int old_frame_since_key = cpi->rc.frames_since_key;
182 // Reset the frames_since_key and frames_to_key counters to their values
185 cpi->rc.frames_since_key = old_frame_since_key;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 166 const int frames_since_key = is_keyframe ? 0 : cpi->rc.frames_since_key; local
244 (frames_since_key + 1) % sf->last_partitioning_redo_frequency);
268 (frames_since_key % sf->last_partitioning_redo_frequency == 1);
270 (frames_since_key % (sf->last_partitioning_redo_frequency << 1) == 1);
vp9_ratectrl.h 59 int frames_since_key; member in struct:__anon17809
vp9_ratectrl.c 294 rc->frames_since_key = 8; // Sensible default for first frame.
650 if (rc->frames_since_key > 1 &&
783 if (rc->frames_since_key > 1 &&
    [all...]
vp9_svc_layercontext.c 179 const int old_frame_since_key = cpi->rc.frames_since_key;
186 // Reset the frames_since_key and frames_to_key counters to their values
189 cpi->rc.frames_since_key = old_frame_since_key;
vp9_encodeframe.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 226 cc->frames_since_key = cpi->frames_since_key;
263 cpi->frames_since_key = cc->frames_since_key;
394 if (cpi->frames_since_key < cpi->output_framerate / 2)
396 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 67 unsigned int frames_since_key; member in struct:__anon17710
345 unsigned int frames_since_key; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 226 cc->frames_since_key = cpi->frames_since_key;
263 cpi->frames_since_key = cc->frames_since_key;
394 if (cpi->frames_since_key < cpi->output_framerate / 2)
396 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 70 unsigned int frames_since_key; member in struct:__anon29486
348 unsigned int frames_since_key; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 226 cc->frames_since_key = cpi->frames_since_key;
263 cpi->frames_since_key = cc->frames_since_key;
394 if (cpi->frames_since_key < cpi->output_framerate / 2)
396 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 70 unsigned int frames_since_key; member in struct:__anon40669
348 unsigned int frames_since_key; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 1685 milliseconds