Home
last modified time | relevance | path

Searched refs:threshold2 (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.c168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT() local
169 const int max_threshold = threshold2 << DFIX; in InitCorrectionLUT()
170 const int delta = threshold1 - threshold2; in InitCorrectionLUT()
173 int c = (i <= threshold2) ? (i << DFIX) in InitCorrectionLUT()

Completed in 3 milliseconds