Searched refs:_tsrc (Results 1 – 1 of 1) sorted by relevance
167 const uchar* _tsrc = tsrc + x_ofs[x]; in icvResize_NN_8u_C1R() local168 dst[x*3] = _tsrc[0]; dst[x*3+1] = _tsrc[1]; dst[x*3+2] = _tsrc[2]; in icvResize_NN_8u_C1R()178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]); in icvResize_NN_8u_C1R() local180 _tdst[0] = _tsrc[0]; _tdst[1] = _tsrc[1]; _tdst[2] = _tsrc[2]; in icvResize_NN_8u_C1R()