Searched refs:_tsrc (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvimgwarp.cpp167 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];

Completed in 181 milliseconds