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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1030 double rate_correction_factor; local
    [all...]
onyx_int.h 241 double rate_correction_factor; member in struct:__anon26159
346 double rate_correction_factor; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 479 double rate_correction_factor = get_rate_correction_factor(cpi); local
495 vp9_cyclic_refresh_estimate_bits_at_q(cpi, rate_correction_factor);
499 rate_correction_factor, cm->bit_depth);
531 rate_correction_factor = (rate_correction_factor * correction_factor) / 100;
532 // Keep rate_correction_factor within limits
533 if (rate_correction_factor > MAX_BPB_FACTOR)
534 rate_correction_factor = MAX_BPB_FACTOR;
539 rate_correction_factor = (rate_correction_factor * correction_factor) / 100
2446 double rate_correction_factor = local
    [all...]

Completed in 81 milliseconds