Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c116 unsigned int thresh_sum_spatial = (200 * 200) << 8; in vp9_update_noise_estimate() local
130 thresh_sum_spatial = (120 * 120) << 8; in vp9_update_noise_estimate()
234 if ((sse2 - spatial_variance) < thresh_sum_spatial && in vp9_update_noise_estimate()