Home
last modified time | relevance | path

Searched refs:GF_ARF_STD (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h49 GF_ARF_STD = 3, enumerator
Dvp9_ratectrl.c697 rcf = rc->rate_correction_factors[GF_ARF_STD]; in get_rate_correction_factor()
724 rc->rate_correction_factors[GF_ARF_STD] = factor; in set_rate_correction_factor()
Dvp9_firstpass.c2232 gf_group->rf_level[frame_index] = GF_ARF_STD; in set_gf_overlay_frame_type()
2263 gf_group->rf_level[frame_index] = GF_ARF_STD; in define_gf_group_structure()
Dvp9_encoder.c839 if (gf_group->rf_level[gf_group_index] == GF_ARF_STD) in setup_frame()
/external/libaom/libaom/av1/encoder/
Dratectrl.h66 GF_ARF_STD, enumerator
Dratectrl.c415 GF_ARF_STD, // GF_UPDATE
416 GF_ARF_STD, // ARF_UPDATE
442 rcf = rc->rate_correction_factors[GF_ARF_STD]; in get_rate_correction_factor()
468 rc->rate_correction_factors[GF_ARF_STD] = factor; in set_rate_correction_factor()