Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c231 const unsigned int spatial_variance = cpi->fn_ptr[bsize].vf( in vp9_update_noise_estimate() local
234 if ((sse2 - spatial_variance) < thresh_sum_spatial && in vp9_update_noise_estimate()
235 spatial_variance < thresh_spatial_var) { in vp9_update_noise_estimate()
237 : variance / ((spatial_variance >> 9) + 1); in vp9_update_noise_estimate()