Lines Matching full:sptr0
324 const uchar* sptr0 = src->data.ptr + src->step*y_idx->data.i[i];
328 const uchar* sptr = sptr0 + x_tab[j];
347 const uchar* sptr0 = src.ptr();
402 const uchar* sptr = sptr0 + iys*step + ixs*cn;
419 const ushort* sptr = (const ushort*)sptr0 + iys*step + ixs*cn;
436 const float* sptr = (const float*)sptr0 + iys*step + ixs*cn;
1576 const T * sptr0 = src.ptr<T>(y << 1);
1586 WT sum = WT(sptr0[x1 + c]) + WT(sptr0[x1 + c + cn]);