Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c374 const RATE_FACTOR_LEVEL rf_lvl = in get_rate_correction_factor() local
376 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
401 const RATE_FACTOR_LEVEL rf_lvl = in set_rate_correction_factor() local
403 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
996 const RATE_FACTOR_LEVEL rf_lvl = in av1_frame_type_qdelta() local
998 const FRAME_TYPE frame_type = (rf_lvl == KF_STD) ? KEY_FRAME : INTER_FRAME; in av1_frame_type_qdelta()
1000 rate_factor_deltas[rf_lvl], in av1_frame_type_qdelta()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c679 RATE_FACTOR_LEVEL rf_lvl = in get_rate_correction_factor() local
681 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
706 RATE_FACTOR_LEVEL rf_lvl = in set_rate_correction_factor() local
708 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
724 RATE_FACTOR_LEVEL rf_lvl = in vp9_rc_update_rate_correction_factors() local
753 if (!cpi->rc.damped_adjustment[rf_lvl]) { in vp9_rc_update_rate_correction_factors()
755 cpi->rc.damped_adjustment[rf_lvl] = 1; in vp9_rc_update_rate_correction_factors()