Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c115 unsigned int thresh_sum_diff = 100; in vp9_update_noise_estimate() local
129 thresh_sum_diff = 200; in vp9_update_noise_estimate()
229 if ((sse - variance) < thresh_sum_diff) { in vp9_update_noise_estimate()