Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c27 #define MIN_BPB_FACTOR 0.01 macro
1190 if (rate_correction_factor < MIN_BPB_FACTOR) in vp8_update_rate_correction_factors()
1191 rate_correction_factor = MIN_BPB_FACTOR; in vp8_update_rate_correction_factors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c35 #define MIN_BPB_FACTOR 0.005 macro
356 if (rate_correction_factor < MIN_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()
357 rate_correction_factor = MIN_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()