Home
last modified time | relevance | path

Searched refs:rate_correction_factors (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dratectrl.c300 rc->rate_correction_factors[i] = 0.7; in av1_rc_init()
302 rc->rate_correction_factors[KF_STD] = 1.0; in av1_rc_init()
372 rcf = rc->rate_correction_factors[KF_STD]; in get_rate_correction_factor()
376 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
381 rcf = rc->rate_correction_factors[GF_ARF_STD]; in get_rate_correction_factor()
383 rcf = rc->rate_correction_factors[INTER_NORMAL]; in get_rate_correction_factor()
399 rc->rate_correction_factors[KF_STD] = factor; in set_rate_correction_factor()
403 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
408 rc->rate_correction_factors[GF_ARF_STD] = factor; in set_rate_correction_factor()
410 rc->rate_correction_factors[INTER_NORMAL] = factor; in set_rate_correction_factor()
Dratectrl.h76 double rate_correction_factors[RATE_FACTOR_LEVELS]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c419 rc->rate_correction_factors[i] = 1.0; in vp9_rc_init()
677 rcf = rc->rate_correction_factors[KF_STD]; in get_rate_correction_factor()
681 rcf = rc->rate_correction_factors[rf_lvl]; in get_rate_correction_factor()
686 rcf = rc->rate_correction_factors[GF_ARF_STD]; in get_rate_correction_factor()
688 rcf = rc->rate_correction_factors[INTER_NORMAL]; in get_rate_correction_factor()
704 rc->rate_correction_factors[KF_STD] = factor; in set_rate_correction_factor()
708 rc->rate_correction_factors[rf_lvl] = factor; in set_rate_correction_factor()
713 rc->rate_correction_factors[GF_ARF_STD] = factor; in set_rate_correction_factor()
715 rc->rate_correction_factors[INTER_NORMAL] = factor; in set_rate_correction_factor()
2615 rc->rate_correction_factors[INTER_NORMAL] *= 0.85; in vp9_resize_one_pass_cbr()
[all …]
Dvp9_ratectrl.h100 double rate_correction_factors[RATE_FACTOR_LEVELS]; member
Dvp9_svc_layercontext.c124 lrc->rate_correction_factors[i] = 1.0; in vp9_init_layer_context()