Searched refs:threshold2 (Results 1 – 1 of 1) sorted by relevance
168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT() local169 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 4 milliseconds