HomeSort by relevance Sort by last modified time
    Searched full:_tsrc (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvimgwarp.cpp 167 const uchar* _tsrc = tsrc + x_ofs[x]; local
168 dst[x*3] = _tsrc[0]; dst[x*3+1] = _tsrc[1]; dst[x*3+2] = _tsrc[2];
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]); local
180 _tdst[0] = _tsrc[0]; _tdst[1] = _tsrc[1]; _tdst[2] = _tsrc[2];
    [all...]

Completed in 300 milliseconds