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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_int.h 575 int frames_to_key; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 487 cpi->rc.frames_to_key = INT_MAX;
    [all...]
vp9_ratectrl.h 99 int frames_to_key; member in struct:__anon24804
vp9_ratectrl.c     [all...]
vp9_aq_cyclicrefresh.c 283 if (rc->frames_till_gf_update_due > rc->frames_to_key)
284 rc->frames_till_gf_update_due = rc->frames_to_key;
vp9_svc_layercontext.c 290 const int old_frame_to_key = cpi->rc.frames_to_key;
301 // Reset the frames_since_key and frames_to_key counters to their values
306 cpi->rc.frames_to_key = old_frame_to_key;
756 lc->rc.frames_to_key != 0 &&
    [all...]
vp9_encoder.c     [all...]

Completed in 227 milliseconds