Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1490 double new_correction_factor; in vp8_drop_encodedframe_overshoot() local
1513 new_correction_factor = in vp8_drop_encodedframe_overshoot()
1516 if (new_correction_factor > cpi->rate_correction_factor) { in vp8_drop_encodedframe_overshoot()
1518 VPXMIN(2.0 * cpi->rate_correction_factor, new_correction_factor); in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c3014 double new_correction_factor; in vp9_encodedframe_overshoot() local
3061 new_correction_factor = (double)target_bits_per_mb * q2 / enumerator; in vp9_encodedframe_overshoot()
3062 if (new_correction_factor > rate_correction_factor) { in vp9_encodedframe_overshoot()
3064 VPXMIN(2.0 * rate_correction_factor, new_correction_factor); in vp9_encodedframe_overshoot()