Home
last modified time | relevance | path

Searched refs:MIN_BPB_FACTOR (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c28 #define MIN_BPB_FACTOR 0.01 macro
1198 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c43 #define MIN_BPB_FACTOR 0.005 macro
184 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()