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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1032 double rate_correction_factor; local
    [all...]
onyx_int.h 241 double rate_correction_factor; member in struct:__anon24713
342 double rate_correction_factor; member in struct:VP8_COMP
onyx_if.c 215 lc->rate_correction_factor = cpi->rate_correction_factor;
251 cpi->rate_correction_factor = lc->rate_correction_factor;
321 lc->rate_correction_factor = 1.0;
355 // TDOD(marpan): Should we set the rate_correction_factor and
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 477 double rate_correction_factor = get_rate_correction_factor(cpi); local
493 vp9_cyclic_refresh_estimate_bits_at_q(cpi, rate_correction_factor);
497 rate_correction_factor, cm->bit_depth);
529 rate_correction_factor = (rate_correction_factor * correction_factor) / 100;
530 // Keep rate_correction_factor within limits
531 if (rate_correction_factor > MAX_BPB_FACTOR)
532 rate_correction_factor = MAX_BPB_FACTOR;
537 rate_correction_factor = (rate_correction_factor * correction_factor) / 100
2369 double rate_correction_factor = local
    [all...]

Completed in 329 milliseconds