Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c117 unsigned int thresh_spatial_var = (32 * 32) << 8; in vp9_update_noise_estimate() local
131 thresh_spatial_var = (48 * 48) << 8; in vp9_update_noise_estimate()
235 spatial_variance < thresh_spatial_var) { in vp9_update_noise_estimate()