Searched refs:dCenter (Results 1 – 1 of 1) sorted by relevance
892 const double dCenter = (double)u / scale_d; in _gdContributionsCalc() local894 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc()895 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc()912 …ContribRow[u].Weights[iSrc-iLeft] = scale_f_d * (*pFilter)(scale_f_d * (dCenter - (double)iSrc))); in _gdContributionsCalc()
Completed in 17 milliseconds