Searched refs:gPtr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | Blur.cpp | 105 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()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlur.cpp | 114 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneVU4() argument 124 blurredPixel += pf * gPtr[0]; in OneVU4() 125 gPtr++; in OneVU4() 132 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneVU1() argument 141 blurredPixel += pf * gPtr[0]; in OneVU1() 142 gPtr++; in OneVU1() 166 const uchar *ptrIn, int iStride, const float* gPtr, int ct, in OneVFU4() argument 174 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t); in OneVFU4() 184 const float* gp = gPtr; in OneVFU4() 200 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) { in OneVFU1() argument [all …]
|