Lines Matching full:sptr0
2670 const uchar* sptr0 = disparity.ptr<uchar>(y);2672 sptr[x] = (float)sptr0[x];2676 const short* sptr0 = disparity.ptr<short>(y);2678 sptr[x] = (float)sptr0[x];2682 const int* sptr0 = disparity.ptr<int>(y);2684 sptr[x] = (float)sptr0[x];