Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:ptrin

117                    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, int iStride, const float* gPtr, int ct, int x1, int x2) {
203 while((x2 > x1) && (((uintptr_t)ptrIn) & 0x3)) {
204 const uchar *pi = ptrIn;
217 ptrIn++;
225 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, 0, t );
227 ptrIn += t << 2;
233 const uchar *pi = ptrIn;
246 ptrIn++;
251 const float4 *ptrIn, const float* gPtr, int iradius) {
257 float4 pf = ptrIn[validX];
266 const float *ptrIn, const float* gPtr, int iradius) {
272 float pf = ptrIn[validX];