HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 201 - 225 of 372) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/speex/libspeex/
lsp.c 618 spx_word16_t tmp2 = 16384-tmp; local
621 interp_lsp[i] = MULT16_16_P14(tmp2,old_lsp[i]) + MULT16_16_P14(tmp,new_lsp[i]);
  /external/webp/src/dsp/
yuv_sse2.c 110 const __m128i tmp2 = _mm_packus_epi16(tmp1, tmp1); local
112 _mm_storel_epi64((__m128i*)rgb, tmp2);
119 const __m128i tmp2 = _mm_packs_epi32(tmp1, tmp1); local
120 const __m128i tmp3 = _mm_packus_epi16(tmp2, tmp2);
140 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
141 _mm_storeu_si128((__m128i*)dst, tmp2);
207 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
208 _mm_storeu_si128((__m128i*)dst, tmp2);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 343 Int difmad, tmp, tmp2; local
364 tmp2 = p1[13] + p2[13];
365 tmp += tmp2;
366 tmp2 = (cur_word >> 24) & 0xFF;
368 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
370 tmp2 = p1[9] + p2[9];
371 tmp += tmp2;
372 tmp2 = (cur_word >> 16) & 0xFF;
374 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
376 tmp2 = p1[5] + p2[5]
422 Int difmad, tmp, tmp2; local
500 Int difmad, tmp, tmp2; local
572 Int sad = 0, tmp, tmp2; local
640 Int sad = 0, tmp, tmp2; local
706 Int sad = 0, tmp, tmp2; local
    [all...]
sad_inline.h 33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
35 tmp = tmp - tmp2;
177 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
181 rsbs tmp, tmp, tmp2 ; local
346 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
352 register int32 uu = tmp2;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 347 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
351 STRD tmp1, tmp2, [pDst], dstStep
353 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
382 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
385 M_EXT_XINT $offset, tmp1, tmp2, tmp3, tmp4
387 M_UHADD8R tmp6, tmp2, tmp4, (1-$rndVal), mask
389 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
413 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp5, $offset ;// Pre-load
419 M_UHADD8R tmp2, tmp2, tmp4, (1-$rndVal), mas
585 tmp2 RN 5 label
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 170 signed tmp2 = y2 * 298; local
171 signed b2 = (tmp2 + u_b) / 256;
172 signed g2 = (tmp2 + v_g + u_g) / 256;
173 signed r2 = (tmp2 + v_r) / 256;
258 signed tmp2 = y2 * 298; local
259 signed b2 = (tmp2 + u_b) / 256;
260 signed g2 = (tmp2 + v_g + u_g) / 256;
261 signed r2 = (tmp2 + v_r) / 256;
331 signed tmp2 = y2 * 298; local
332 signed b2 = (tmp2 + u_b) / 256
405 signed tmp2 = y2 * 298; local
475 signed tmp2 = y2 * 298; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 210 int tmp1, tmp2; local
218 tmp2 = vp8_block2left[block];
221 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
293 tmp2 = vp8_block2left[block];
296 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 868 char * tmp2=NULL; local
1854 char *tmp2 = NULL; local
1961 char *tmp2 = NULL; local
2033 char * tmp2 = NULL; local
2178 char *tmp2 = NULL; local
2282 char * tmp2 = NULL; local
2386 char *tmp2 = NULL; local
2468 char * tmp2 = NULL; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 465 pointer tmp2 = m_end; local
471 s.m_end = tmp2;
  /system/core/include/private/pixelflinger/
ggl_fixed.h 198 GGLfixed result,tmp,tmp1,tmp2; local
238 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
249 "sra %[tmp2],%[tmp],0x1f \t\n"
252 "addu %[tmp],%[tmp],%[tmp2] \t\n"
254 "srl %[tmp2],%[res],%[rshift] \t\n"
258 "or %[tmp],%[tmp],%[tmp2] \t\n"
260 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
272 "sra %[tmp2],%[tmp],0x1f \t\n
294 GGLfixed result,t,tmp1,tmp2; local
366 GGLfixed result,t,tmp1,tmp2; local
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 119 FIXP_DBL delta,tmp0,tmp1,tmp2; local
156 tmp2 = (tmp0 - tmp1 + CalcLdData(len1)-CalcLdData(len2));
157 delta = fixp_abs(fMult(tmp2, FL2FXCONST_DBL(0.6931471806f)));
  /external/ceres-solver/include/ceres/
jet.h 590 T const tmp2 = g.a * pow(f.a, g.a - T(1.0)); local
593 return Jet<T, N>(tmp1, tmp2 * f.v + tmp3 * g.v);
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ecp_smpl.c 1042 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; local
1071 tmp2 = BN_CTX_get(ctx);
1093 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end;
1094 tmp2_ = tmp2;
1118 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end;
1119 /* tmp2_ = tmp2 */
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
NSQ_del_dec.c 340 opus_int32 tmp1, tmp2, sLF_AR_shp_Q14; local
423 tmp2 = silk_SMLAWB( psLPC_Q14[ 0 ], psDD->sAR2_Q14[ 0 ], warping_Q16 );
425 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ 0 ], psDD->sAR2_Q14[ 1 ] - tmp2, warping_Q16 );
426 psDD->sAR2_Q14[ 0 ] = tmp2;
428 n_AR_Q14 = silk_SMLAWB( n_AR_Q14, tmp2, AR_shp_Q13[ 0 ] );
432 tmp2 = silk_SMLAWB( psDD->sAR2_Q14[ j - 1 ], psDD->sAR2_Q14[ j + 0 ] - tmp1, warping_Q16 );
436 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ j + 0 ], psDD->sAR2_Q14[ j + 1 ] - tmp2, warping_Q16 );
437 psDD->sAR2_Q14[ j + 0 ] = tmp2;
438 n_AR_Q14 = silk_SMLAWB( n_AR_Q14, tmp2, AR_shp_Q13[ j ] );
454 tmp2 = silk_ADD32( n_LTP_Q14, LPC_pred_Q14 ); /* Q13 *
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleWarp.cpp 115 SkPoint tmp, tmp2; local
121 tmp2 = pts[0] - tmp;
122 tmp2.rotateCW();
123 tmp2.scale(scale);
124 pts[1] = tmp + tmp2;
127 tmp2 = pts[3] - tmp;
128 tmp2.rotateCW();
129 tmp2.scale(scale);
130 pts[2] = tmp + tmp2;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 487 int16_t Beta, BetaC, tmp1, tmp2, tmp3; local
508 tmp2 = inst->dec_target_scale_factor << 2; /* Q13->Q15 */
510 tmp3 += (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp2, BetaC, 15);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 435 Packet4f tmp0, tmp1, tmp2; local
438 tmp2 = _mm_unpackhi_ps(vecs[2], vecs[3]);
441 tmp1 = _mm_add_ps(tmp1, tmp2);
442 tmp2 = _mm_movehl_ps(tmp1, tmp0);
444 return _mm_add_ps(tmp0, tmp2);
461 Packet4i tmp0, tmp1, tmp2; local
464 tmp2 = _mm_unpackhi_epi32(vecs[2], vecs[3]);
467 tmp1 = _mm_add_epi32(tmp1, tmp2);
468 tmp2 = _mm_unpacklo_epi64(tmp0, tmp1);
470 return _mm_add_epi32(tmp0, tmp2);
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 415 ResScalar tmp1 = ResScalar(0), tmp2 = ResScalar(0), tmp3 = ResScalar(0); local
433 tmp2 += cj.pmul(lhs2[j],b); tmp3 += cj.pmul(lhs3[j],b);
497 tmp2 += predux(ptmp2);
508 tmp2 += cj.pmul(lhs2[j],b); tmp3 += cj.pmul(lhs3[j],b);
512 res[(i+2)*resIncr] += alpha*tmp2;
  /external/jpeg/
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w7+x4*w6, x6*w3+x4*w2*/ \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
156 tmp2 = _mm_sub_epi32(tmp2, row0); /*for row0. y4= a3-b3, y5=a2-b2, y6=a1-b1, y7=a0-b0 */ \
160 tmp2 = _mm_srai_epi32(tmp2, SHIFT_INV_ROW);
    [all...]
  /external/libopus/silk/
NSQ_del_dec.c 340 opus_int32 tmp1, tmp2, sLF_AR_shp_Q14; local
423 tmp2 = silk_SMLAWB( psLPC_Q14[ 0 ], psDD->sAR2_Q14[ 0 ], warping_Q16 );
425 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ 0 ], psDD->sAR2_Q14[ 1 ] - tmp2, warping_Q16 );
426 psDD->sAR2_Q14[ 0 ] = tmp2;
428 n_AR_Q14 = silk_SMLAWB( n_AR_Q14, tmp2, AR_shp_Q13[ 0 ] );
432 tmp2 = silk_SMLAWB( psDD->sAR2_Q14[ j - 1 ], psDD->sAR2_Q14[ j + 0 ] - tmp1, warping_Q16 );
436 tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ j + 0 ], psDD->sAR2_Q14[ j + 1 ] - tmp2, warping_Q16 );
437 psDD->sAR2_Q14[ j + 0 ] = tmp2;
438 n_AR_Q14 = silk_SMLAWB( n_AR_Q14, tmp2, AR_shp_Q13[ j ] );
454 tmp2 = silk_ADD32( n_LTP_Q14, LPC_pred_Q14 ); /* Q13 *
    [all...]
  /external/libsepol/src/
conditional.c 351 avrule_t *tmp2; local
379 tmp2 = cn->avtrue_list;
381 cn->avfalse_list = tmp2;
  /external/ltrace/
dict.c 305 struct dict tmp2 = *dict; local
307 tmp = tmp2;
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 568 CvBGPixelCCStatTable tmp1, tmp2 = cctable[indx]; local
572 cctable[l] = tmp2;
573 tmp2 = tmp1;
670 CvBGPixelCStatTable tmp1, tmp2 = ctable[indx]; local
674 ctable[l] = tmp2;
675 tmp2 = tmp1;
  /external/openssl/crypto/ec/
ecp_smpl.c 1042 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; local
1071 tmp2 = BN_CTX_get(ctx);
1093 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end;
1094 tmp2_ = tmp2;
1118 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end;
1119 /* tmp2_ = tmp2 */
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 780 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
840 tmp2 = JBIG2_GETDWORD(lineDst);
843 tmp = (tmp2 & ~maskM) | ((tmp1 | tmp2) & maskM);
846 tmp = (tmp2 & ~maskM) | ((tmp1 & tmp2) & maskM);
849 tmp = (tmp2 & ~maskM) | ((tmp1 ^ tmp2) & maskM);
1200 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
    [all...]

Completed in 777 milliseconds

1 2 3 4 5 6 7 891011>>