HomeSort by relevance Sort by last modified time
    Searched refs:src0 (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/string/
bcopy.c 52 memcpy(void *dst0, const void *src0, size_t length)
56 memmove(void *dst0, const void *src0, size_t length)
59 bcopy(const void *src0, void *dst0, size_t length)
64 const char *src = src0;
  /external/opencv/cv/src/
cvderiv.cpp 575 const int *src0 = src[-1], *src1 = src[0], *src2 = src[1]; local
580 int s0 = src0[i] - src1[i]*2 + src2[i] + src1[i+width];
581 int s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] + src1[i+width+1];
586 dst[i] = (short)(src0[i] - src1[i]*2 + src2[i] + src1[i+width]);
591 int s0 = src0[i] - src1[i]*2 + src2[i] +
592 src0[i+width] + src1[i+width]*2 + src2[i+width];
593 int s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] +
594 src0[i+width+1] + src1[i+width+1]*2 + src2[i+width+1];
600 int s0 = CV_DESCALE(src0[i] - src1[i]*2 + src2[i] +
601 src0[i+width] + src1[i+width]*2 + src2[i+width], 2)
609 const int *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local
717 const float *src0 = src[-1], *src1 = src[0], *src2 = src[1]; local
751 const float *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local
    [all...]
cvsegmentation.cpp 351 CvMat sstub0, *src0; local
354 CV_CALL( src0 = cvGetMat( srcarr, &sstub0 ));
357 if( CV_MAT_TYPE(src0->type) != CV_8UC3 )
360 if( !CV_ARE_TYPES_EQ( src0, dst0 ))
363 if( !CV_ARE_SIZES_EQ( src0, dst0 ))
381 src_pyramid[0] = src0;
393 CV_CALL( mask0 = cvCreateMat( src0->rows, src0->cols, CV_8UC1 ));
cvsmooth.cpp 68 static void icvSumRow_8u32s( const uchar* src0, int* dst, void* params );
69 static void icvSumRow_32f64f( const float* src0, double* dst, void* params );
825 const uchar* src0 = src + src_step*(y-1);
826 const uchar* src1 = src0 + src_step;
829 src0 = src1;
839 int p0 = src0[x0], p1 = src0[x1], p2 = src0[x2];
858 int p0 = src0[x-cn], p1 = src0[x], p2 = src0[x+cn]
    [all...]
cvfilter.cpp     [all...]
cvthresh.cpp 309 CvMat src0, dst0; local
326 src = cvReshape( src, &src0, 1 );
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_state_prevword.h 69 const int prevWordNodePos, const int *const src0, const int16_t length0,
76 DicNodeUtils::appendTwoWords(src0, length0, src1, length1, mPrevWord);
dic_node_utils.h 35 static int appendTwoWords(const int *src0, const int16_t length0, const int *src1,
dic_node_utils.cpp 244 /* static */ int DicNodeUtils::appendTwoWords(const int *const src0, const int16_t length0,
248 if (src0[i] == 0) {
254 memcpy(dest, src0, actualLength0 * sizeof(dest[0]));
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.c 108 static void spu_memload_stereo8(int leftpos,int rightpos,void *src0,size_t size)
110 uint8 *src = src0;
130 static void spu_memload_stereo16(int leftpos,int rightpos,void *src0,size_t size)
132 uint16 *src = src0;
  /external/jpeg/
jccolor.c 322 UINT32 src0 = *in++; local
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 133 final float src0 = m[mOffset + 0]; local
178 final float dst5 = (atmp0 * src0 + atmp7 * src2 + atmp8 * src3)
179 - (atmp1 * src0 + atmp6 * src2 + atmp9 * src3);
180 final float dst6 = (atmp3 * src0 + atmp6 * src1 + atmp11 * src3)
181 - (atmp2 * src0 + atmp7 * src1 + atmp10 * src3);
182 final float dst7 = (atmp4 * src0 + atmp9 * src1 + atmp10 * src2)
183 - (atmp5 * src0 + atmp8 * src1 + atmp11 * src2);
192 final float btmp6 = src0 * src7;
194 final float btmp8 = src0 * src6;
196 final float btmp10 = src0 * src5
    [all...]
  /external/qemu/distrib/jpeg-6b/
jccolor.c 415 UINT32 src0 = *in++; local
419 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
420 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 439 Operand src0 = cgen_->ToOperand(source); local
444 __ mov(tmp, src0); // Then use tmp to copy source to destination.
448 __ movdbl(src0, xmm0);
  /external/opencv/cxcore/src/
cxlogic.cpp 112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
119 const uchar* src = (const uchar*)src0; \
cxconvert.cpp 739 uchar **src0 = 0, **dst0 = 0; local
768 (sizeof(src0[0]) + sizeof(src_cn[0]) + sizeof(src_step[0]))
    [all...]
cxdxt.cpp     [all...]
cxcmp.cpp     [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 252 uchar* src0 = src;
325 src = src0;
  /external/ipsec-tools/src/libipsec/
pfkey.c 2122 struct sadb_address *src0, *dst0; local
    [all...]
  /external/libyuv/files/source/
scale.cc 2695 const uint8* src0 = src_ptr + yi * src_stride; local
    [all...]
  /external/skia/legacy/src/core/
SkGeometry.cpp 864 const float src0[] = { 0 }; local
876 { TEST_COLLAPS_ENTRY(src0), 1 },
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 863 const float src0[] = { 0 }; local
875 { TEST_COLLAPS_ENTRY(src0), 1 },
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 347 const __m128i src0 = _mm_loadl_epi64((__m128i*)&src[0 * BPS]); local
351 const __m128i src_0 = _mm_unpacklo_epi8(src0, zero);
    [all...]
  /external/webp/src/enc/
quant.c 824 const uint8_t* const src0 = it->yuv_in_ + Y_OFF; local
840 const uint8_t* const src = src0 + VP8Scan[it->i4_];
    [all...]

Completed in 487 milliseconds

1 2