Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/utils/
H A DBlur.cpp105 const float* gPtr = weights; in horizontal() local
111 blurredPixel += currentPixel * gPtr[0]; in horizontal()
112 gPtr++; in horizontal()
127 blurredPixel += currentPixel * gPtr[0]; in horizontal()
128 gPtr++; in horizontal()
147 const float* gPtr = weights; in vertical() local
154 blurredPixel += currentPixel * gPtr[0]; in vertical()
155 gPtr++; in vertical()
171 blurredPixel += currentPixel * gPtr[0]; in vertical()
172 gPtr++; in vertical()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp124 blurredPixel += pf * gPtr[0]; in OneVU4()
125 gPtr++; in OneVU4()
141 blurredPixel += pf * gPtr[0]; in OneVU1()
142 gPtr++; in OneVU1()
184 const float* gp = gPtr; in OneVFU4()
208 const float* gp = gPtr; in OneVFU1()
237 const float* gp = gPtr; in OneVFU1()
263 blurredPixel += pf * gPtr[0]; in OneHU4()
264 gPtr++; in OneHU4()
278 blurredPixel += pf * gPtr[0]; in OneHU1()
[all …]