HomeSort by relevance Sort by last modified time
    Searched defs:x5 (Results 26 - 50 of 352) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
480 x5 = input[4];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
505 x5 = ROUND_POWER_OF_TWO((s1 - s5), DCT_CONST_BITS);
514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
545 output[6] = x5;
    [all...]
vp9_itrans16_dspr2.c 922 int x5 = input[4]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
547 x5 = blk[15];
557 x8 = W7 * (x4 + x5) + 4;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
572 x6 = x5 + x7;
573 x5 -= x7;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4 - x5) + 128) >> 8;
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
119 x5 = x5 + x10; /* accumulate low bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
138 x5 = x5 + x10; /* accumulate low bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
91 x5 = (181 * (x1 - x7) + 128) >> 8;
96 blk[16] = (x0 + x5) >> 8;
100 blk[40] = (x0 - x5) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
126 x5 = (181 * (x1 - x7) + 128) >> 8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
160 x5 = W3 * x3
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
480 x5 = input[4];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
505 x5 = ROUND_POWER_OF_TWO((s1 - s5), DCT_CONST_BITS);
514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
545 output[6] = x5;
    [all...]
vp9_itrans16_dspr2.c 922 int x5 = input[4]; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 191 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
215 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
232 QROUND_WORDS( x1, x5, x9,x13)
235 QROUND_WORDS( x0, x5,x10,x15)
262 op[5] = REVW_BE(REVW_BE(ip[5]) ^ (x5 + kp[1]));
  /external/jpeg/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
142 row0 = _mm_madd_epi16(row0, * ( __m128i*)(table1+24)); /*x7*w31+x5*w30, x7*w27+x5*w26, x7*w23+x5*w22, x7*w19+x5*w18*/
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
142 row0 = _mm_madd_epi16(row0, * ( __m128i*)(table1+24)); /*x7*w31+x5*w30, x7*w27+x5*w26, x7*w23+x5*w22, x7*w19+x5*w18*/
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 922 int x5 = input[4]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 539 tran_high_t x5 = input[4]; local
548 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
549 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
558 x5 = fdct_round_shift(s1 - s5);
567 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
568 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
577 x5 = fdct_round_shift(s5 + s7);
598 output[6] = x5;
847 tran_high_t x5 = input[4]; local
864 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 560 int x5 = (getInt(), (y = 0)); // expected-warning{{unused variable 'x5'}} local
malloc.c 1155 int *x5 = x2;
1156 clang_analyzer_eval(x4 == x5); // expected-warning{{FALSE}}
1154 int *x5 = x2; local
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 79 int x5 != 0; // expected-error {{invalid '!=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
101 int x5 != 0; // expected-error {{invalid '!=' at end of declaration; did you mean '='?}} local
102 (void)x5;
126 if (int x5 != 0) { (void)x5; } // expected-error {{invalid '!=' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 322 int x5 = input[4]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
337 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
338 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
347 x5 = dct_const_round_shift(s1 - s5);
356 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
357 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
366 x5 = dct_const_round_shift(s5 + s7);
387 output[6] = x5;
646 int x5 = input[4] local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 500 int x5 = input[4]; local
509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
519 x5 = fdct_round_shift(s1 - s5);
528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
538 x5 = fdct_round_shift(s5 + s7);
559 output[6] = x5;
806 int x5 = input[4]; local
823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 322 int x5 = input[4]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
337 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
338 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
347 x5 = dct_const_round_shift(s1 - s5);
356 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
357 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
366 x5 = dct_const_round_shift(s5 + s7);
387 output[6] = x5;
646 int x5 = input[4] local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 500 int x5 = input[4]; local
509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
519 x5 = fdct_round_shift(s1 - s5);
528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
538 x5 = fdct_round_shift(s5 + s7);
559 output[6] = x5;
806 int x5 = input[4]; local
823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 356 tran_high_t x5 = input[4]; local
360 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
371 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
372 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
381 x5 = dct_const_round_shift(s1 - s5);
390 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
391 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
400 x5 = dct_const_round_shift(s5 + s7);
421 output[6] = x5;
682 tran_high_t x5 = input[4] local
1771 tran_high_t x5 = input[4]; local
2101 tran_high_t x5 = input[4]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1331 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1399 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 737 int x0, x1, x2, x3, x4, x5; local
1157 x5 = P_F + P_G + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 1261 milliseconds

12 3 4 5 6 7 8 91011>>