Home
last modified time | relevance | path

Searched refs:sumA (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/
H A Dfilter_blur.h114 for (int x = 0, sumB = 0, sumG = 0, sumR = 0, sumA = 0; x < width; x++) { in GetRGBAIntegralImage() local
118 sumA += linePS[3]; in GetRGBAIntegralImage()
122 linePD[3] = linePL[3] + sumA; in GetRGBAIntegralImage()