Searched refs:diff_y_threshold (Results 1 – 1 of 1) sorted by relevance
467 const uint64_t diff_y_threshold = (uint64_t)(3.0 * w * h); in PreprocessARGB() local547 if (diff_y_sum < diff_y_threshold) break; in PreprocessARGB()