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

1 2 3 4 5 6 7 8 91011>>

  /external/pixman/pixman/
pixman-arm-neon-asm.h 209 * Pixel fetcher for nearest scaling (needs TMP1, TMP2, VX, UNIT_X register
219 mov TMP2, VX, asr #16
223 add TMP2, mem_operand, TMP2, asl #1
230 vld1.16 {d&reg1&[1]}, [TMP2, :16]
231 mov TMP2, VX, asr #16
235 add TMP2, mem_operand, TMP2, asl #1
237 vld1.16 {d&reg1&[3]}, [TMP2, :16]
244 mov TMP2, VX, asr #1
1178 vsri.u16 out, tmp2, #11 variable
    [all...]
pixman-vmx.c 151 tmp2 = (typeof(tmp2))vec_ld (15, source); \
154 vec_perm (tmp1, tmp2, source ## _mask); \
161 tmp2 = (typeof(tmp2))vec_ld (15, source); \
164 vec_perm (tmp1, tmp2, source ## _mask); \
169 tmp2 = (typeof(tmp2))vec_ld (15, mask); \
171 vec_perm (tmp1, tmp2, mask ## _mask);
192 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges local
231 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
287 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
325 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
380 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
416 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
469 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
506 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
560 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
597 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
650 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
688 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
742 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
782 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
841 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
881 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
940 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
980 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1039 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1075 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1131 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1171 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1215 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1258 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1300 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1343 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1387 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1431 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1482 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1530 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1578 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
    [all...]
  /external/qemu/distrib/jpeg-6b/
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/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/wpa_supplicant_8/src/utils/
wpa_debug.c 146 char *tmp2, *tmp_path, *fstype; local
148 strtok_r(line, " ", &tmp2);
149 tmp_path = strtok_r(NULL, " ", &tmp2);
150 fstype = strtok_r(NULL, " ", &tmp2);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 549 Word32 tmp, tmp2; local
558 tmp2 = sfbEnergy[sfb] - 2;
559 if( tmp2 > 0) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 1861 Int tmp, tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 930 i32 tmp1, tmp2, tmp3, tmp4; local
1162 u32 tmp1, tmp2; local
    [all...]
h264bsd_reconstruct.c 124 u32 x, y, tmp1, tmp2, tmp3, tmp4, c, val; local
169 tmp2 = *ptrA++;
175 c = ((val * tmp2 + xFrac * tmp4) << 3) + 32;
179 tmp2 = *ptrA;
183 c = ((val * tmp4 + xFrac * tmp2) << 3) + 32;
220 u32 x, y, tmp1, tmp2, tmp3, c, val; local
265 tmp2 = ptrA[width];
267 c = ((val * tmp2 + yFrac * tmp3) << 3) + 32;
270 c = ((val * tmp1 + yFrac * tmp2) << 3) + 32;
274 tmp2 = ptrA[width]
315 u32 x, y, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, valX, valY, plus32 = 32; local
503 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
622 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
756 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
880 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1019 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1222 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1409 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1613 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
337 tmp2 = mb1->totalCoeff[ind2];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
371 tmp2 = mb1->mv[ind2].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
430 tmp2 = mb2->totalCoeff[10];
433 if (tmp1 || tmp2)
444 tmp2 = mb2->totalCoeff[14]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]
  /external/aac/libSBRenc/src/
mh_det.cpp 210 FIXP_DBL invBands,tmp1,tmp2; local
254 tmp2 = fMultDiv2(invBands, accu) << (2+1);
256 tmp2 = tmp1 + tmp2; /* y*CalcLd64(x)/64 + y*k/64 */
257 gmOrig = CalcInvLdData(tmp2); /* CalcInvLd64(z'); */
270 tmp2 = fMultDiv2(invBands, accu) << (2+1);
272 tmp2 = tmp1 + tmp2; /* y*CalcLd64(x)/64 + y*k/64 */
273 gmTransp = CalcInvLdData(tmp2); /* CalcInvLd64(z'); */
    [all...]
env_est.cpp 799 FIXP_DBL tmp0,tmp1,tmp2,tmp3; local
807 tmp2 = ((FIXP_DBL)(count[j]*h_con->noQmfBands)) << (DFRACT_BITS-1-14-1);
808 tmp2 = CalcLdData(tmp2); /* scaled by 1/64 */
811 nrgLeft = ((tmp0-tmp2)>>1) + (tmp3 - tmp1);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 996 UResourceBundle *tmp2 = NULL; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
MacroDebug.h 449 opus_int32 ret, tmp1, tmp2; local
455 tmp2 = silk_MUL( a32, tmp1 );
457 fail |= (opus_int64)tmp2 != (opus_int64) a32 * (opus_int64) tmp1;
460 ret = silk_ADD32( tmp1, tmp2 );
461 fail |= silk_ADD32( tmp1, tmp2 ) != silk_ADD_SAT32( tmp1, tmp2 );
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 24 double tmp1, tmp2, tmp3, tmp4; local
35 tmp2 = 16-i-1;
37 if (i >= 8) tmp3 = tmp2;
38 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
43 tmp2 = 16-i-1;
48 tmp3 = tmp2;
49 if (i >= 8) tmp3 = tmp2;
50 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4=tmp4*tmp4;
52 fjac(i,1) = tmp1*tmp2/tmp4;
135 double tmp1, tmp2, tmp3 local
151 double tmp1, tmp2, tmp3, tmp4; local
436 double tmp1, tmp2, tmp3; local
456 double tmp1, tmp2, tmp3, tmp4; local
536 double tmp1,tmp2,tmp3; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 1030 UResourceBundle *tmp2 = NULL; local
    [all...]
  /external/libopus/silk/
MacroDebug.h 449 opus_int32 ret, tmp1, tmp2; local
455 tmp2 = silk_MUL( a32, tmp1 );
457 fail |= (opus_int64)tmp2 != (opus_int64) a32 * (opus_int64) tmp1;
460 ret = silk_ADD32( tmp1, tmp2 );
461 fail |= silk_ADD32( tmp1, tmp2 ) != silk_ADD_SAT32( tmp1, tmp2 );
    [all...]
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 173 double tmp2 = -piX[1]*tmp3; local
186 cvmSet(derivProj,currVisPoint*2+1,8+i,X[i]*tmp2);//y' p3i
    [all...]
  /external/openssl/ssl/
t1_enc.c 325 unsigned char tmp2[EVP_MAX_KEY_LENGTH]; local
519 key,j,tmp1,tmp2,EVP_CIPHER_key_length(c)))
573 OPENSSL_cleanse(tmp2,sizeof(tmp1));
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 316 OPJ_UINT32 tmp2 = (f & T1_REFINE) ? T1_CTXNO_MAG + 2 : tmp1; local
317 return (tmp2);
    [all...]
  /external/svox/pico/lib/
picosig.c 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; local
492 tmp2 = sig_subObj->sig_inner.CepBuff[0]; /*assign oldest*/
500 sig_subObj->sig_inner.wcep_pI[i] = (picoos_int32) tmp2[i];
617 tmp2
619 FAST_DEVICE(cnt,*(tmp1++)=*(tmp2++);)
    [all...]
picosig2.c 590 picoos_int32 *tmp1, *tmp2; local
646 tmp2 = &(ang[0]);
648 FAST_DEVICE(VOXBND_M1,*(tmp1++)+=*(tmp2)-PICODSP_FIX_SCALE2;*(tmp2)=(*tmp2>=0)?(*tmp2)>>PICODSP_SHIFT_FACT4:-((-(*tmp2))>>PICODSP_SHIFT_FACT4);tmp2++);
649 *tmp2 = (*tmp2 >= 0) ? (*tmp2) >> PICODSP_SHIFT_FACT4 : -((-(*tmp2)
3970 picoos_int32 *tmp, *tmp2; \/*for loop unrolling*\/ local
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 277 int tmp2 = (256 * this.sectorsPerCluster) + this.fatCount; local
280 tmp2 /= 2;
282 final int result = (int) ((tmp1 + (tmp2 - 1)) / tmp2);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestGetSet.java 269 byte tmp2[] = new byte[gCount];
272 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1);
274 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1);
277 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1);
279 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1);
282 verify(tmp, tmp2, out3DAlloc, "Data mismatch char: ", 1);
284 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char: ", 1);
290 byte tmp2[] = new byte[gCount];
292 verify(tmp, tmp2, out1DAlloc, "Data mismatch char2: ", 2);
294 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char2: ", 2)
435 short tmp2[] = new short[gCount]; local
455 short tmp2[] = new short[gCount]; local
475 short tmp2[] = new short[gCount]; local
495 short tmp2[] = new short[gCount]; local
515 short tmp2[] = new short[gCount]; local
535 short tmp2[] = new short[gCount]; local
555 short tmp2[] = new short[gCount]; local
575 short tmp2[] = new short[gCount]; local
598 int tmp2[] = new int[gCount]; local
618 int tmp2[] = new int[gCount]; local
638 int tmp2[] = new int[gCount]; local
658 int tmp2[] = new int[gCount]; local
678 int tmp2[] = new int[gCount]; local
698 int tmp2[] = new int[gCount]; local
718 int tmp2[] = new int[gCount]; local
738 int tmp2[] = new int[gCount]; local
761 long tmp2[] = new long[gCount]; local
781 long tmp2[] = new long[gCount]; local
801 long tmp2[] = new long[gCount]; local
821 long tmp2[] = new long[gCount]; local
841 long tmp2[] = new long[gCount]; local
861 long tmp2[] = new long[gCount]; local
881 long tmp2[] = new long[gCount]; local
901 long tmp2[] = new long[gCount]; local
924 float tmp2[] = new float[gCount]; local
944 float tmp2[] = new float[gCount]; local
964 float tmp2[] = new float[gCount]; local
984 float tmp2[] = new float[gCount]; local
1005 double tmp2[] = new double[gCount]; local
1025 double tmp2[] = new double[gCount]; local
1045 double tmp2[] = new double[gCount]; local
1065 double tmp2[] = new double[gCount]; local
    [all...]
  /external/chromium_org/media/formats/webm/
webm_parser.cc 586 } tmp2; local
587 tmp2.src = static_cast<int32>(tmp);
588 value = tmp2.dst;
593 } tmp2; local
594 tmp2.src = tmp;
595 value = tmp2.dst;

Completed in 1898 milliseconds

1 2 3 4 5 6 7 8 91011>>