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

12 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
99 x6 = 0xFFFF00FF;
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
139 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
227 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
271 MVN x6, #0xFF00 local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
114 x6 = W6 * x2;
119 x8 = x4 - x6;
120 x4 += x6;
121 x6 = x8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
149 x6 = W6 * x2;
154 x8 = x4 - x6;
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1635 int32 x0, x2, x4, x6; 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
481 x6 = input[1];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7)
    [all...]
vp9_itrans16_dspr2.c 923 int x6 = input[9]; local
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 189 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
213 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
231 QROUND_WORDS( x2, x6,x10,x14)
234 QROUND_WORDS( x1, x6,x11,x12)
261 op[6] = REVW_BE(REVW_BE(ip[6]) ^ (x6 + kp[2]));
  /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*/ \
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*/
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat224.java 585 long x6 = x[xOff + 6] & M; local
586 c += wVal * x6 + x5 + (y[yOff + 6] & M);
589 c += x6;
Nat256.java 630 long x6 = x[xOff + 6] & M; local
631 c += wVal * x6 + x5 + (y[yOff + 6] & M);
635 c += wVal * x7 + x6 + (y[yOff + 7] & M);
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}} local
  /external/clang/test/FixIt/
fixit.cpp 80 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
103 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} local
104 (void)x6;
127 if (int x6 /= 0) { (void)x6; } // expected-error {{invalid '/=' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 923 int x6 = input[9]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 323 int x6 = input[1]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
348 x6 = dct_const_round_shift(s2 - s6);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
367 x6 = dct_const_round_shift(s4 - s6);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6 - x7)
647 int x6 = input[9]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 534 int x6 = input[1]; local
544 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
545 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
553 x6 = fdct_round_shift(s2 - s6);
563 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
564 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
572 x6 = fdct_round_shift(s4 - s6);
578 s6 = cospi_16_64 * (x6 + x7);
579 s7 = cospi_16_64 * (x6 - x7);
583 x6 = fdct_round_shift(s6)
840 int x6 = input[9]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 323 int x6 = input[1]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
348 x6 = dct_const_round_shift(s2 - s6);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
367 x6 = dct_const_round_shift(s4 - s6);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6 - x7)
647 int x6 = input[9]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 501 int x6 = input[1]; local
511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
520 x6 = fdct_round_shift(s2 - s6);
530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
539 x6 = fdct_round_shift(s4 - s6);
545 s6 = cospi_16_64 * (x6 + x7);
546 s7 = cospi_16_64 * (x6 - x7);
550 x6 = fdct_round_shift(s6)
807 int x6 = input[9]; 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...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
fat32lib.jar 
manifest-merger.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 

Completed in 1129 milliseconds

12 3 4 5 6 7 8 9