Searched refs:MAX_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance
28 #define MAX_BPB_FACTOR 50 macro1100 if (rate_correction_factor > MAX_BPB_FACTOR) { in vp8_update_rate_correction_factors()1101 rate_correction_factor = MAX_BPB_FACTOR; in vp8_update_rate_correction_factors()1521 if (cpi->rate_correction_factor > MAX_BPB_FACTOR) { in vp8_drop_encodedframe_overshoot()1522 cpi->rate_correction_factor = MAX_BPB_FACTOR; in vp8_drop_encodedframe_overshoot()
45 #define MAX_BPB_FACTOR 50 macro193 assert(correction_factor <= MAX_BPB_FACTOR && in vp9_rc_bits_per_mb()449 return fclamp(rcf, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in get_rate_correction_factor()458 factor = fclamp(factor, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in set_rate_correction_factor()533 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()534 rate_correction_factor = MAX_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()2477 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_encodedframe_overshoot()2478 rate_correction_factor = MAX_BPB_FACTOR; in vp9_encodedframe_overshoot()