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.c106 unsigned int thresh_sum_diff = 100; in vp9_update_noise_estimate() local
120 thresh_sum_diff = 200; in vp9_update_noise_estimate()
221 if ((sse - variance) < thresh_sum_diff) { in vp9_update_noise_estimate()