Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:ptrIn

116                    const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
118 const uchar *pi = ptrIn + x*4;
134 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
136 const uchar *pi = ptrIn + x;
155 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
163 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
170 const uchar *pi = ptrIn;
183 ptrIn+=4;
188 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) {
192 while((x2 > x1) && (((uintptr_t)ptrIn) & 0x3)) {
193 const uchar *pi = ptrIn;
206 ptrIn++;
215 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, 0, t );
217 ptrIn += t << 2;
224 const uchar *pi = ptrIn;
237 ptrIn++;
242 const float4 *ptrIn, const float* gPtr, int iradius) {
248 float4 pf = ptrIn[validX];
257 const float *ptrIn, const float* gPtr, int iradius) {
263 float pf = ptrIn[validX];