Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c167 const int threshold1 = min_dist << LFIX; in InitCorrectionLUT() local
168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT()
170 const int delta = threshold1 - threshold2; in InitCorrectionLUT()
174 : (i < threshold1) ? max_threshold * (threshold1 - i) / delta in InitCorrectionLUT()

Completed in 3 milliseconds