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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 46 int frames_to_key; member in struct:__anon30259
vp9_firstpass.c     [all...]
vp9_ratectrl.c     [all...]
vp9_svc_layercontext.c 170 const int old_frame_to_key = cpi->rc.frames_to_key;
179 // Reset the frames_since_key and frames_to_key counters to their values
183 cpi->rc.frames_to_key = old_frame_to_key;
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_int.h 595 int frames_to_key; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_int.h 586 int frames_to_key; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 490 cpi->rc.frames_to_key = INT_MAX;
    [all...]
vp9_ratectrl.h 99 int frames_to_key; member in struct:__anon16626
vp9_ratectrl.c     [all...]
vp9_aq_cyclicrefresh.c 366 if (rc->frames_till_gf_update_due > rc->frames_to_key)
367 rc->frames_till_gf_update_due = rc->frames_to_key;
vp9_svc_layercontext.c 272 const int old_frame_to_key = cpi->rc.frames_to_key;
278 // Reset the frames_since_key and frames_to_key counters to their values
282 cpi->rc.frames_to_key = old_frame_to_key;
662 lc->rc.frames_to_key != 0 &&
vp9_encoder.c     [all...]

Completed in 1524 milliseconds