HomeSort by relevance Sort by last modified time
    Searched defs:tsrc (Results 1 - 9 of 9) 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/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 216 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; local
227 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY;
228 tsrc.depth0 = tdst.depth0 = 1;
231 tsrc.format = tdst.format = get_format_from_bpp(bpp);
236 tsrc.width0 = (rand() % max_tex_side_gen) + 1;
237 tsrc.height0 = (rand() % max_tex_side_gen) + 1;
238 tsrc.array_size = (rand() % max_tex_layers) + 1;
242 tsrc.width0 = util_next_power_of_two(tsrc.width0);
243 tsrc.height0 = util_next_power_of_two(tsrc.height0)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_reg.h 717 tsrc(enum toy_file file, unsigned reg, unsigned subreg_in_bytes) function
toy_tgsi.c 2059 struct toy_src tsrc[4]; local
2063 tsrc_transpose(tsrc_from(dst[i]), tsrc); local
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 1053 uchar *tsrc = 0; local
    [all...]
  /external/opencv/cv/include/
cvcompat.h 155 CvMat tsrc, tdst; local
157 cvReshape( src, &tsrc, 3, 0 );
160 cvPerspectiveTransform( &tsrc, &tdst, mat );
    [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/valgrind/VEX/priv/
guest_ppc_toIR.c 3585 IRExpr *shift_by, *mask, *tsrc; local
4489 IRTemp tsrc = newTemp( Ity_V128 ); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 434 milliseconds