Searched refs:gPtr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | Blur.cpp | 106 const float* gPtr = weights; in horizontal() local 112 blurredPixel += currentPixel * gPtr[0]; in horizontal() 113 gPtr++; in horizontal() 128 blurredPixel += currentPixel * gPtr[0]; in horizontal() 129 gPtr++; in horizontal() 148 const float* gPtr = weights; in vertical() local 155 blurredPixel += currentPixel * gPtr[0]; in vertical() 156 gPtr++; in vertical() 172 blurredPixel += currentPixel * gPtr[0]; in vertical() 173 gPtr++; in vertical()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlur.cpp | 117 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneVU4() argument 127 blurredPixel += pf * gPtr[0]; in OneVU4() 128 gPtr++; in OneVU4() 135 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneVU1() argument 144 blurredPixel += pf * gPtr[0]; in OneVU1() 145 gPtr++; in OneVU1() 164 const uchar *ptrIn, int iStride, const float* gPtr, int ct, in OneVFU4() argument 172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t); in OneVFU4() 182 const float* gp = gPtr; in OneVFU4() 198 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) { in OneVFU1() argument [all …]
|