Searched refs:MAX_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance
43 #define MAX_BPB_FACTOR 50 macro182 assert(correction_factor <= MAX_BPB_FACTOR && in vp9_rc_bits_per_mb()418 return fclamp(rcf, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in get_rate_correction_factor()427 factor = fclamp(factor, MIN_BPB_FACTOR, MAX_BPB_FACTOR); in set_rate_correction_factor()499 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()500 rate_correction_factor = MAX_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()
28 #define MAX_BPB_FACTOR 50 macro1186 if (rate_correction_factor > MAX_BPB_FACTOR) in vp8_update_rate_correction_factors()1187 rate_correction_factor = MAX_BPB_FACTOR; in vp8_update_rate_correction_factors()