Searched refs:MAX_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance
29 #define MAX_BPB_FACTOR 50 macro1188 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()
44 #define MAX_BPB_FACTOR 50 macro183 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()