Home
last modified time | relevance | path

Searched refs:linePD (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.h89 linePD[3] = alpha[3]; in BoxBlur()
90 linePD += 4; in BoxBlur()
110 linePD[-4] = 0; in GetRGBAIntegralImage()
111 linePD[-3] = 0; in GetRGBAIntegralImage()
112 linePD[-2] = 0; in GetRGBAIntegralImage()
113 linePD[-1] = 0; in GetRGBAIntegralImage()
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()
[all …]