Searched refs:threshold1 (Results 1 – 1 of 1) sorted by relevance
167 const int threshold1 = min_dist << LFIX; in InitCorrectionLUT() local168 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