Home
last modified time | relevance | path

Searched refs:first_layer_denoise (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h130 int first_layer_denoise; member
Dvp9_denoiser.c627 svc->first_layer_denoise = VPXMAX(svc->number_spatial_layers - 2, 0); in vp9_denoiser_alloc()
630 svc->first_layer_denoise = VPXMAX(svc->number_spatial_layers - 1, 0); in vp9_denoiser_alloc()
631 num_layers = svc->number_spatial_layers - svc->first_layer_denoise; in vp9_denoiser_alloc()
Dvp9_encoder.h1030 cpi->svc.first_layer_denoise)); in denoise_svc()