HomeSort by relevance Sort by last modified time
    Searched defs:rate_correction_factor (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 243 double rate_correction_factor; local
252 rate_correction_factor = cpi->key_frame_rate_correction_factor;
255 rate_correction_factor = cpi->gf_rate_correction_factor;
257 rate_correction_factor = cpi->rate_correction_factor;
265 rate_correction_factor);
292 rate_correction_factor =
293 ((rate_correction_factor * correction_factor) / 100);
295 // Keep rate_correction_factor within limits
296 if (rate_correction_factor > MAX_BPB_FACTOR
    [all...]
vp9_onyx_int.h 408 double rate_correction_factor; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1113 double rate_correction_factor; local
    [all...]
onyx_int.h 264 double rate_correction_factor; member in struct:__anon21251
369 double rate_correction_factor; member in struct:VP8_COMP

Completed in 55 milliseconds