Home
last modified time | relevance | path

Searched refs:sumR (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.h81 int32_t sumR = lineP2[index2 + 2] - lineP1[index2 + 2] - in BoxBlur() local
87 linePD[2] = (sumR + (pixelCount >> 1)) / pixelCount; in BoxBlur()
114 for (int x = 0, sumB = 0, sumG = 0, sumR = 0, sumA = 0; x < width; x++) { in GetRGBAIntegralImage() local
117 sumR += linePS[2]; in GetRGBAIntegralImage()
121 linePD[2] = linePL[2] + sumR; in GetRGBAIntegralImage()