Searched refs:pLutInt (Results 1 – 1 of 1) sorted by relevance
1194 long* pLutInt; in ImplScaleInterpolate() local1207 pLutInt = new long[ nNewWidth ]; in ImplScaleInterpolate()1213 pLutInt[ nX ] = MinMax( (long) fTemp, 0, nTemp ); in ImplScaleInterpolate()1214 fTemp -= pLutInt[ nX ]; in ImplScaleInterpolate()1240 nTemp = pLutInt[ nX ]; in ImplScaleInterpolate()1268 delete[] pLutInt; in ImplScaleInterpolate()1291 pLutInt = new long[ nNewHeight ]; in ImplScaleInterpolate()1297 pLutInt[ nY ] = MinMax( (long) fTemp, 0, nTemp ); in ImplScaleInterpolate()1298 fTemp -= pLutInt[ nY ]; in ImplScaleInterpolate()1320 nTemp = pLutInt[ nY ]; in ImplScaleInterpolate()[all …]
Completed in 16 milliseconds