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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 184 cc->frames_since_key = cpi->frames_since_key;
218 cpi->frames_since_key = cc->frames_since_key;
340 if (cpi->frames_since_key < cpi->output_framerate / 2) {
342 (int)(kf_boost * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 62 unsigned int frames_since_key; member in struct:__anon24702
317 unsigned int frames_since_key; member in struct:VP8_COMP
onyx_if.c 532 } else if (cpi->frames_since_key > 250 && Q < 20 &&
576 (cpi->frames_since_key >
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 292 rc->frames_since_key > rc->frames_since_golden + 1) {
317 if (rc->avg_frame_low_motion < 50 && rc->frames_since_key > 40)
431 rc->frames_since_key > 40)) {
445 rc->frames_since_key <
vp9_ratectrl.h 100 int frames_since_key; member in struct:__anon24804
vp9_ratectrl.c 362 rc->frames_since_key = 8; // Sensible default for first frame.
780 if (rc->frames_since_key > 1 &&
    [all...]
vp9_speed_features.c 357 const int frames_since_key = is_keyframe ? 0 : cpi->rc.frames_since_key; local
450 (0 == (frames_since_key + 1) % sf->last_partitioning_redo_frequency);
476 (frames_since_key % (sf->last_partitioning_redo_frequency << 1) == 1);
vp9_svc_layercontext.c 289 const int old_frame_since_key = cpi->rc.frames_since_key;
301 // Reset the frames_since_key and frames_to_key counters to their values
305 cpi->rc.frames_since_key = old_frame_since_key;
    [all...]
vp9_encodeframe.c     [all...]

Completed in 283 milliseconds