Home
last modified time | relevance | path

Searched refs:linePL (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.h106 int32_t* linePL = integral_ + y * (width + 1) * channel + channel; in GetRGBAIntegralImage() local
119 linePD[0] = linePL[0] + sumB; in GetRGBAIntegralImage()
120 linePD[1] = linePL[1] + sumG; in GetRGBAIntegralImage()
121 linePD[2] = linePL[2] + sumR; in GetRGBAIntegralImage()
122 linePD[3] = linePL[3] + sumA; in GetRGBAIntegralImage()
124 linePL += channel; in GetRGBAIntegralImage()