/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 55 tmp3 RN 6 label 317 LDR tmp3, [ref], width ;// |g4|g3|g2|g1| 323 UXTB16 tmpa, tmp3 ;// |g3|g1| 338 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2| 368 ;// tmp3 = |c4|c3|c2|c1| 377 UXTB16 tmpb, tmp3 ;// |c3|c1| 394 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2| 416 ;// tmp3 = |a4|a3|a2|a1| 430 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A 446 UXTAB16 tmpa, tmpa, tmp3, ROR #8 ;// 16+20(G+M)+ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred16_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 25 "lb %[tmp3], 2(%[left]) \n\t" 42 "replv.qb %[tmp3], %[tmp3] \n\t" 69 "sw %[tmp3], (%[dst]) \n\t" 70 "sw %[tmp3], 4(%[dst]) \n\t" 71 "sw %[tmp3], 8(%[dst]) \n\t" 72 "sw %[tmp3], 12(%[dst]) \n\t" 153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4) [all...] |
vp9_intrapred8_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 24 "lb %[tmp3], 2(%[left]) \n\t" 33 "replv.qb %[tmp3], %[tmp3] \n\t" 46 "sw %[tmp3], (%[dst]) \n\t" 47 "sw %[tmp3], 4(%[dst]) \n\t" 65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4), [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 320 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2); local 321 tmp3.append(tmp2); 322 tmp3.append(':'); 323 tmp3.append(nonce); 324 tmp3.append(':'); 325 tmp3.append(cnonce); 326 a1 = tmp3.toString();
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffScalar.h | 603 Scalar tmp3 = b.value() * b.value(); local 604 Scalar tmp4 = tmp3/(tmp2+tmp3); 607 ret.derivatives() = (a.derivatives() * b.value() - a.value() * b.derivatives()) * (tmp2+tmp3);
|
/external/eigen/unsupported/test/ |
levenberg_marquardt.cpp | 28 double tmp1, tmp2, tmp3; local 36 tmp3 = (i>=8)? tmp2 : tmp1; 37 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3)); 44 double tmp1, tmp2, tmp3, tmp4; local 49 tmp3 = (i>=8)? tmp2 : tmp1; 50 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4; 53 fjac(i,2) = tmp1*tmp3/tmp4; 141 double tmp1,tmp2,tmp3; local 151 tmp3 = tmp1; 153 if (i >= 8) tmp3 = tmp2 [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
BSpline.java | 176 private T tmp3; field in class:BSpline 188 if (tmp3 == null) tmp3 = controlPoints[0].cpy(); 301 tmp2.set(tmp3); 302 valueAt(tmp3, (i) / ((float)samples - 1)); 303 if (i > 0) tempLength += tmp2.dst(tmp3);
|
CatmullRomSpline.java | 101 private T tmp3;
field in class:CatmullRomSpline 113 if (tmp3 == null) tmp3 = controlPoints[0].cpy();
215 tmp2.set(tmp3);
216 valueAt(tmp3, (i)/((float)samples-1));
217 if(i>0) tempLength += tmp2.dst(tmp3);
|
GeometryUtils.java | 21 static private final Vector2 tmp1 = new Vector2(), tmp2 = new Vector2(), tmp3 = new Vector2();
field in class:GeometryUtils 39 Vector2 v2 = tmp3.set(p).sub(a);
|
/external/libjpeg-turbo/ |
jidctint.c | 176 INT32 tmp0, tmp1, tmp2, tmp3; local 236 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865); 244 tmp10 = tmp0 + tmp3; 245 tmp13 = tmp0 - tmp3; 256 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]); 258 z1 = tmp0 + tmp3; 261 z4 = tmp1 + tmp3; 267 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ 279 tmp3 += z1 + z4 905 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local 2377 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
fwd_txfm_msa.c | 15 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 35 ADD4(in0, in15, in1, in14, in2, in13, in3, in12, tmp0, tmp1, tmp2, tmp3); 37 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, 38 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7); 39 ST_SH8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp_ptr, 32); 134 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 153 in12, in13, in14, in15, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, 156 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, 157 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7); 161 TRANSPOSE8x8_SH_SH(tmp0, in0, tmp1, in1, tmp2, in2, tmp3, in3 [all...] |
loopfilter_4_msa.c | 117 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 143 ILVRL_H2_SH(tmp1, tmp0, tmp2, tmp3); 149 ST4x8_UB(tmp2, tmp3, src, pitch);
|
idct32x32_msa.c | 710 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3; local 732 tmp0, tmp1, tmp2, tmp3); 736 ST_UB2(tmp2, tmp3, dst, 16);
|
/external/skia/samplecode/ |
SampleRegion.cpp | 277 SkRegion tmp3; local 278 SkDEBUGCODE(size2 = ) tmp3.readFromMemory(buffer, 1000); 281 SkASSERT(tmp3 == tmp);
|
/external/speex/libspeex/ |
ltp.c | 503 int tmp1, tmp3; local 510 tmp3=nsf; 511 if (tmp3>pp+pitch) 512 tmp3=pp+pitch; 513 for (j=tmp1;j<tmp3;j++) 736 int tmp1, tmp3; local 743 tmp3=nsf; 744 if (tmp3>pp+pitch) 745 tmp3=pp+pitch; 746 for (j=tmp1;j<tmp3;j++ [all...] |
/external/webp/src/dsp/ |
filters_sse2.c | 242 const __m128i tmp3 = _mm_add_epi16(A, E); // delta = A + B - C local 243 const __m128i tmp4 = _mm_min_epi16(tmp3, mask_hi);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 361 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset 362 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset 366 STRD tmp3, tmp4, [pDst], dstStep 367 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset 368 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset 396 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4 399 M_EXT_XINT $offset, tmp1, tmp2, tmp3, tmp4 400 M_UHADD8R tmp5, tmp1, tmp3, (1-$rndVal), mask 403 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4 431 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offse 600 tmp3 RN 6 label [all...] |
/external/ceres-solver/include/ceres/ |
jet.h | 591 T const tmp3 = tmp1 * log(f.a); local 593 return Jet<T, N>(tmp1, tmp2 * f.v + tmp3 * g.v);
|
/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); 498 tmp3 += predux(ptmp3); 508 tmp2 += cj.pmul(lhs2[j],b); tmp3 += cj.pmul(lhs3[j],b); 513 res[(i+offset3)*resIncr] += alpha*tmp3;
|
/external/libjpeg-turbo/simd/ |
jsimd_arm64_neon.S | 193 tmp3 = q7; \ define 237 TMP3 .req x2 603 ldp TMP3, TMP4, [OUTPUT_BUF] 606 add TMP3, TMP3, OUTPUT_COL 613 st1 {v22.8b}, [TMP3] [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jfdctint.c | 160 INT32 tmp0, tmp1, tmp2, tmp3; local 183 tmp3 = GETJSAMPLE(elemptr[3]) + GETJSAMPLE(elemptr[4]); 185 tmp10 = tmp0 + tmp3; 186 tmp12 = tmp0 - tmp3; 193 tmp3 = GETJSAMPLE(elemptr[3]) - GETJSAMPLE(elemptr[4]); 209 * i0..i3 in the paper are tmp0..tmp3 here. 212 tmp10 = tmp0 + tmp3; 215 tmp13 = tmp1 + tmp3; 223 tmp3 = MULTIPLY(tmp3, FIX_0_298631336); /* -c1+c3+c5-c7 * 330 INT32 tmp0, tmp1, tmp2, tmp3; local 866 INT32 tmp0, tmp1, tmp2, tmp3; local 928 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local 1078 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local 1241 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 1424 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 1589 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local 1788 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local 1988 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 2167 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 2375 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 2556 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local 2720 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 2859 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local 2991 INT32 tmp0, tmp1, tmp2, tmp3; local 3343 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 3531 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local 3712 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 3861 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local 4007 INT32 tmp0, tmp1, tmp2, tmp3; local [all...] |
jidctint.c | 175 INT32 tmp0, tmp1, tmp2, tmp3; local 234 tmp3 = z1 - MULTIPLY(z3, FIX_1_847759065); 248 tmp11 = tmp1 + tmp3; 249 tmp12 = tmp1 - tmp3; 258 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]); 261 z3 = tmp1 + tmp3; 269 z1 = MULTIPLY(tmp0 + tmp3, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */ 271 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ 273 tmp3 += z1 + z3 1011 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local 1093 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local 2565 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local 2826 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local 3629 INT32 tmp0, tmp1, tmp2, tmp3; local 4024 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local 4741 INT32 tmp0, tmp1, tmp2, tmp3; local [all...] |
/external/opencv3/modules/photo/src/ |
contrast_preserve.hpp | 245 vector <double> tmp1, tmp2, tmp3; local 281 tmp3.push_back(1.0); 283 tmp3.push_back(0.0); 289 alf[i] -= tmp1[i] * tmp2[i] * tmp3[i]; 299 tmp1.clear(); tmp2.clear(); tmp3.clear();
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.c | 488 int16_t Beta, BetaC, tmp1, tmp2, tmp3; local 510 tmp3 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp1, Beta, 15); 511 tmp3 += (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp2, BetaC, 15); 512 inst->dec_used_scale_factor = tmp3 >> 2; /* Q15->Q13 */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.c | 930 i32 tmp1, tmp2, tmp3, tmp4; local [all...] |