Searched defs:ptrIn (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp117 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
119 const uchar *pi = ptrIn + x*4;
135 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
137 const uchar *pi = ptrIn + x;
164 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
176 ptrIn += t << 2;
180 const uchar *pi = ptrIn;
193 ptrIn+=4;
198 const uchar *ptrIn, in
116 OneVU4(const RsExpandKernelDriverInfo *info, float4 *out, int32_t x, int32_t y, const uchar *ptrIn, int iStride, const float* gPtr, int iradius) argument
134 OneVU1(const RsExpandKernelDriverInfo *info, float *out, int32_t x, int32_t y, const uchar *ptrIn, int iStride, const float* gPtr, int iradius) argument
163 OneVFU4(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
197 OneVFU1(float *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
250 OneHU4(const RsExpandKernelDriverInfo *info, uchar4 *out, int32_t x, const float4 *ptrIn, const float* gPtr, int iradius) argument
265 OneHU1(const RsExpandKernelDriverInfo *info, uchar *out, int32_t x, const float *ptrIn, const float* gPtr, int iradius) argument
[all...]

Completed in 198 milliseconds