Home
last modified time | relevance | path

Searched refs:use_gf_temporal_ref_current_layer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c44 svc->use_gf_temporal_ref_current_layer = 0; in vp9_init_layer_context()
852 svc->use_gf_temporal_ref_current_layer = 0; in vp9_one_pass_svc_start_layer()
860 svc->use_gf_temporal_ref_current_layer = 1; in vp9_one_pass_svc_start_layer()
1192 } else if (svc->use_gf_temporal_ref_current_layer && in vp9_svc_assert_constraints_pattern()
1203 svc->use_gf_temporal_ref_current_layer = 0; in vp9_svc_assert_constraints_pattern()
1233 if (svc->use_gf_temporal_ref_current_layer) { in vp9_svc_check_spatial_layer_sync()
1237 svc->use_gf_temporal_ref_current_layer = 0; in vp9_svc_check_spatial_layer_sync()
H A Dvp9_svc_layercontext.h117 int use_gf_temporal_ref_current_layer; member
H A Dvp9_denoiser.c723 if (svc->use_gf_temporal_ref_current_layer) { in force_refresh_longterm_ref()
H A Dvp9_speed_features.c745 if (cpi->use_svc && svc->use_gf_temporal_ref_current_layer && in set_rt_speed_feature_framesize_independent()
H A Dvp9_ratectrl.c1940 if (cpi->use_svc && svc->use_gf_temporal_ref_current_layer && in vp9_rc_postencode_update()
2386 if (svc->use_gf_temporal_ref_current_layer) { in vp9_rc_get_svc_params()
H A Dvp9_pickmode.c1807 (svc->use_gf_temporal_ref_current_layer && in vp9_pick_inter_mode()
H A Dvp9_encodeframe.c1418 cpi->svc.use_gf_temporal_ref_current_layer) { in choose_partitioning()
5448 cpi->svc.use_gf_temporal_ref_current_layer) { in get_estimated_pred()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_temporal_denoiser.c646 if (svc->use_gf_temporal_ref_current_layer) {