Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c192 int use_svc, int spatial_layer, int use_gf_temporal_ref) { in perform_motion_compensation() argument
224 use_gf_temporal_ref) && in perform_motion_compensation()
234 if ((num_spatial_layers > 1 && !use_gf_temporal_ref) || in perform_motion_compensation()
340 int use_gf_temporal_ref) { in vp9_denoiser_denoise() argument
418 use_gf_temporal_ref); in vp9_denoiser_denoise()
Dvp9_denoiser.h82 int use_gf_temporal_ref);
Dvp9_svc_layercontext.h109 int use_gf_temporal_ref; member
Dvp9_svc_layercontext.c43 svc->use_gf_temporal_ref = 1; in vp9_init_layer_context()
777 if (svc->use_gf_temporal_ref && !svc->buffer_gf_temporal_ref[0].is_used && in vp9_one_pass_cbr_svc_start_layer()
Dvp9_ratectrl.c2245 } else if (!svc->use_gf_temporal_ref) { in vp9_rc_get_svc_params()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1573 cpi->svc.use_gf_temporal_ref = data; in ctrl_set_svc_gf_temporal_ref()