Searched refs:MIN_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance
27 #define MIN_BPB_FACTOR 0.01 macro1111 if (rate_correction_factor < MIN_BPB_FACTOR) { in vp8_update_rate_correction_factors()1112 rate_correction_factor = MIN_BPB_FACTOR; in vp8_update_rate_correction_factors()1468 (cpi->rate_correction_factor < (4.0f * MIN_BPB_FACTOR) && in vp8_drop_encodedframe_overshoot()
44 #define MIN_BPB_FACTOR 0.005 macro194 correction_factor >= MIN_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()542 if (rate_correction_factor < MIN_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()543 rate_correction_factor = MIN_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()2400 rc->rate_correction_factors[INTER_NORMAL] == MIN_BPB_FACTOR) { in vp9_scene_detection_onepass()