HomeSort by relevance Sort by last modified time
    Searched defs:dst0 (Results 1 - 15 of 15) sorted by null

  /external/opencv/cv/src/
cvthresh.cpp 309 CvMat src0, dst0; local
327 dst = cvReshape( dst, &dst0, 1 );
cvsegmentation.cpp 352 CvMat dstub0, *dst0; local
355 CV_CALL( dst0 = cvGetMat( dstarr, &dstub0 ));
360 if( !CV_ARE_TYPES_EQ( src0, dst0 ))
363 if( !CV_ARE_SIZES_EQ( src0, dst0 ))
382 dst_pyramid[0] = dst0;
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 441 Operand dst0 = cgen_->ToOperand(destination); local
443 __ movdbl(xmm0, dst0); // Save destination in xmm0.
445 __ mov(dst0, tmp);
  /external/ipsec-tools/src/libipsec/
pfkey.c 2122 struct sadb_address *src0, *dst0; local
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 739 uchar **src0 = 0, **dst0 = 0; local
    [all...]
cxsumpixels.cpp 887 CvMat dstub, *dst = (CvMat*)dstarr, *dst0; local
    [all...]
  /external/qemu/telephony/
gsm.c 965 bytes_t dst0 = dst; local
992 return (dst - dst0);
  /external/qemu/android/skin/
region.c 319 Run* dst0 = dst; local
356 return (dst + 1 - dst0);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 199 __m128i dst0, dst1, dst2, dst3; local
202 dst0 = _mm_loadl_epi64((__m128i*)&dst[0 * BPS]);
208 dst0 = _mm_cvtsi32_si128(*(int*)&dst[0 * BPS]);
214 dst0 = _mm_unpacklo_epi8(dst0, zero);
219 dst0 = _mm_add_epi16(dst0, T0);
224 dst0 = _mm_packus_epi16(dst0, dst0);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 168 final float dst0 = (atmp0 * src5 + atmp3 * src6 + atmp4 * src7) local
219 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3;
227 mInv[ mInvOffset] = dst0 * invdet;
  /external/icu4c/test/intltest/
tzrulets.cpp 1010 int32_t raw0, dst0; local
1183 int32_t raw0, dst0, raw1, dst1; local
2335 int32_t raw, dst, raw0, dst0; local
    [all...]
  /external/kernel-headers/original/linux/
ipv6.h 245 __u16 dst0; member in struct:inet6_skb_parm
  /external/webp/src/enc/
quant.c 901 uint8_t* const dst0 = it->yuv_out_ + U_OFF; local
924 memcpy(dst0, tmp_dst, UV_SIZE); // TODO: SwapUVOut() ?
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 1835 IRTemp dst0 = newTemp(ty); local
1948 IRTemp dst0 = newTemp(ty); local
2147 IRTemp dst0 = newTemp(ty); local
2289 IRTemp dst0 = newTemp(ty); local
2397 IRTemp dst0 = newTemp(ty); local
2805 IRTemp dst1, src, dst0; local
    [all...]
guest_amd64_toIR.c 2802 IRTemp dst0 = newTemp(ty); local
2918 IRTemp dst0 = newTemp(ty); local
3123 IRTemp dst0 = newTemp(ty); local
3278 IRTemp dst0 = newTemp(ty); local
3389 IRTemp dst0 = newTemp(ty); local
3849 IRTemp dst1, src, dst0; local
    [all...]

Completed in 1504 milliseconds