Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.c436 const RATE_FACTOR_LEVEL rf_lvl = get_rate_factor_level(&cpi->gf_group); in get_rate_correction_factor() local
437 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
462 const RATE_FACTOR_LEVEL rf_lvl = get_rate_factor_level(&cpi->gf_group); in set_rate_correction_factor() local
463 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
1102 const RATE_FACTOR_LEVEL rf_lvl = get_rate_factor_level(&cpi->gf_group); in av1_frame_type_qdelta() local
1103 const FRAME_TYPE frame_type = (rf_lvl == KF_STD) ? KEY_FRAME : INTER_FRAME; in av1_frame_type_qdelta()
1106 rate_factor = rate_factor_deltas[rf_lvl]; in av1_frame_type_qdelta()
1107 if (rf_lvl == GF_ARF_LOW) { in av1_frame_type_qdelta()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c690 RATE_FACTOR_LEVEL rf_lvl = in get_rate_correction_factor() local
692 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
717 RATE_FACTOR_LEVEL rf_lvl = in set_rate_correction_factor() local
719 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
735 RATE_FACTOR_LEVEL rf_lvl = in vp9_rc_update_rate_correction_factors() local
764 if (!cpi->rc.damped_adjustment[rf_lvl]) { in vp9_rc_update_rate_correction_factors()
766 cpi->rc.damped_adjustment[rf_lvl] = 1; in vp9_rc_update_rate_correction_factors()