Home
last modified time | relevance | path

Searched refs:MAX_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c29 #define MAX_BPB_FACTOR 50 macro
1188 if (rate_correction_factor > MAX_BPB_FACTOR) in vp8_update_rate_correction_factors()
1189 rate_correction_factor = MAX_BPB_FACTOR; in vp8_update_rate_correction_factors()
1626 if (cpi->rate_correction_factor > MAX_BPB_FACTOR) in vp8_drop_encodedframe_overshoot()
1627 cpi->rate_correction_factor = MAX_BPB_FACTOR; in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c44 #define MAX_BPB_FACTOR 50 macro
183 assert(correction_factor <= MAX_BPB_FACTOR && in vp9_rc_bits_per_mb()
427 return fclamp(rcf, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in get_rate_correction_factor()
436 factor = fclamp(factor, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in set_rate_correction_factor()
508 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()
509 rate_correction_factor = MAX_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()
2045 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_encodedframe_overshoot()
2046 rate_correction_factor = MAX_BPB_FACTOR; in vp9_encodedframe_overshoot()