Lines Matching refs:aKernel
2190 const Kernel& aKernel) in ImplCalculateContributions() argument
2192 const double fSamplingRadius(aKernel.GetWidth()); in ImplCalculateContributions()
2213 const double aWeight(aKernel.Calculate(fFilterFactor * (aCenter - static_cast< double>(j)))); in ImplCalculateContributions()
2239 const Kernel& aKernel) in ImplScaleConvolutionHor() argument
2261 …culateContributions(nWidth, nNewWidth, aNumberOfContributions, pWeights, pPixels, pCount, aKernel); in ImplScaleConvolutionHor()
2330 const Kernel& aKernel) in ImplScaleConvolutionVer() argument
2352 …lateContributions(nHeight, nNewHeight, aNumberOfContributions, pWeights, pPixels, pCount, aKernel); in ImplScaleConvolutionVer()
2431 const Kernel& aKernel) in ImplScaleConvolution() argument
2489 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()
2500 bResult = ImplScaleConvolutionVer(aSource, aResult, fScaleY, aKernel); in ImplScaleConvolution()
2507 bResult = ImplScaleConvolutionVer(aSource, aResult, fScaleY, aKernel); in ImplScaleConvolution()
2518 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()