Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c446 const int first_diff_threshold = (int)(2.5 * w * h); in PreprocessARGB() local
534 if (iter == 0 && diff_sum < first_diff_threshold && in PreprocessARGB()