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

/external/opencv/cv/src/
H A Dcvimgwarp.cpp1800 const uchar* sptr0 = src->data.ptr; local
1805 const uchar* sptr1 = sptr0 + sstep;
1851 i0 = *(ushort*)(sptr0 + iofs0[0]) + (*(ushort*)(sptr0 + iofs0[1]) << 16);
1852 i1 = *(ushort*)(sptr0 + iofs0[2]) + (*(ushort*)(sptr0 + iofs0[3]) << 16);
1870 i0 = *(ushort*)(sptr0 + iofs1[0]) + (*(ushort*)(sptr0 + iofs1[1]) << 16);
1871 i1 = *(ushort*)(sptr0 + iofs1[2]) + (*(ushort*)(sptr0
[all...]

Completed in 217 milliseconds