HomeSort by relevance Sort by last modified time
    Searched refs:tsrc (Results 1 - 8 of 8) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 222 uchar* tsrc = src; local
227 int max_count = (int)(line_end - tsrc);
238 tsrc[len1] = (uchar)code;
242 tsrc += len1;
248 if( len > line_end - tsrc )
254 memset( tsrc, code, len );
255 tsrc += len;
258 if( tsrc >= line_end )
260 tsrc = src;
297 uchar* tsrc = src local
    [all...]
  /external/elfutils/libelf/
abstract.h 55 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
138 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
140 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
147 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
149 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
203 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
213 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
323 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
331 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
gelf_xlate.c 160 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src; \
162 for (n = len / sizeof (ElfW2(Bits, Name)); n > 0; ++tdest, ++tsrc, --n) {
167 #define TYPE_NAME2(Type, Name) Type##1 (&tdest->Name, &tsrc->Name);
  /external/opencv/cxcore/src/
cxutils.cpp 1053 uchar *tsrc = 0; local
    [all...]
cxmatmul.cpp     [all...]
cxarithm.cpp 209 const type *tsrc = src; \
214 tsrc, scalar, tdst, width ); \
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 140 const uchar* tsrc; local
143 tsrc = src + srcstep*t;
150 uchar t0 = tsrc[x_ofs[x]];
151 uchar t1 = tsrc[x_ofs[x+1]];
158 dst[x] = tsrc[x_ofs[x]];
162 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]);
167 const uchar* _tsrc = tsrc + x_ofs[x];
173 *(int*)(dst + x*4) = *(int*)(tsrc + x_ofs[x]);
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]);
185 CV_MEMCPY_INT( dst + x*pix_size, tsrc + x_ofs[x], pix_size4 )
    [all...]
  /external/opencv/cv/include/
cvcompat.h 155 CvMat tsrc, tdst; local
157 cvReshape( src, &tsrc, 3, 0 );
160 cvPerspectiveTransform( &tsrc, &tdst, mat );
    [all...]

Completed in 72 milliseconds