Searched refs:MIN_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance
28 #define MIN_BPB_FACTOR 0.01 macro1198 if (rate_correction_factor < MIN_BPB_FACTOR) in vp8_update_rate_correction_factors()1199 rate_correction_factor = MIN_BPB_FACTOR; in vp8_update_rate_correction_factors()
43 #define MIN_BPB_FACTOR 0.005 macro184 correction_factor >= MIN_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()517 if (rate_correction_factor < MIN_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()518 rate_correction_factor = MIN_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()