Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dratectrl.c27 #define MIN_BPB_FACTOR 0.01 macro
1226 if (rate_correction_factor < MIN_BPB_FACTOR) in vp8_update_rate_correction_factors()
1227 rate_correction_factor = MIN_BPB_FACTOR; in vp8_update_rate_correction_factors()