Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dsharedtest.cpp26 int32_t *gPtr = nullptr; // this pointer is filled with the location to set memory variable
32 ALOGD("%s: gPtr:%p", __func__, gPtr); in A()
36 ALOGD("%s: gPtr:%p", __func__, gPtr); in ~A()
37 if (gPtr != nullptr) { in ~A()
38 *gPtr = 1; in ~A()
/frameworks/base/libs/hwui/utils/
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()
/frameworks/rs/toolkit/
DBlur.cpp143 int iStride, const float* gPtr, int iradius) { in OneVU4() argument
152 blurredPixel += pf * gPtr[0]; in OneVU4()
153 gPtr++; in OneVU4()
172 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) { in OneVU1() argument
181 blurredPixel += pf * gPtr[0]; in OneVU1()
182 gPtr++; in OneVU1()
215 static void OneVFU4(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, in OneVFU4() argument
223 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t); in OneVFU4()
235 const float* gp = gPtr; in OneVFU4()
262 static void OneVFU1(float* out, const uchar* ptrIn, int iStride, const float* gPtr, int ct, int len, in OneVFU1() argument
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBlur.cpp114 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 …]