Home
last modified time | relevance | path

Searched refs:linePS (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.h104 uint8_t* linePS = src + y * stride; in GetRGBAIntegralImage() local
115 sumB += linePS[0]; in GetRGBAIntegralImage()
116 sumG += linePS[1]; in GetRGBAIntegralImage()
117 sumR += linePS[2]; in GetRGBAIntegralImage()
118 sumA += linePS[3]; in GetRGBAIntegralImage()
123 linePS += channel; in GetRGBAIntegralImage()