Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c366 static double get_rate_correction_factor(const AV1_COMP *cpi, int width, in get_rate_correction_factor() function
419 get_rate_correction_factor(cpi, width, height); in av1_rc_update_rate_correction_factors()
557 get_rate_correction_factor(cpi, width, height); in av1_rc_regulate_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c671 static double get_rate_correction_factor(const VP9_COMP *cpi) { in get_rate_correction_factor() function
722 double rate_correction_factor = get_rate_correction_factor(cpi); in vp9_rc_update_rate_correction_factors()
808 const double correction_factor = get_rate_correction_factor(cpi); in vp9_rc_regulate_q()