HomeSort by relevance Sort by last modified time
    Searched defs:x14 (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
60 x14 = *((uint32*)(blk + 4));
62 /* process x11 & x14 */
63 x11 = sad_4pixel(x11, x14, x9);
86 x14 = *((uint32*)(blk + 12));
88 /* process x11 & x14 */
89 x11 = sad_4pixel(x11, x14, x9);
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
154 x14 = *((int32*)(blk + 12));
165 /* process x11 & x14 */
178 LDR x14, [blk, #4]; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
108 x14 = *((uint32*)(blk + 4));
110 /* process x11 & x14 */
111 x11 = sad_4pixel(x11, x14, x9);
127 x14 = *((uint32*)(blk + 12));
129 /* process x11 & x14 */
130 x11 = sad_4pixel(x11, x14, x9);
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
274 x14 = *((int32*)(blk + 12));
277 /* process x11 & x14 */
295 LDR x14, [blk, #4]; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
63 x14 = *((uint32*)(blk + 4));
65 /* process x11 & x14 */
66 x11 = sad_4pixel(x11, x14, x9);
89 x14 = *((uint32*)(blk + 12));
91 /* process x11 & x14 */
92 x11 = sad_4pixel(x11, x14, x9);
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
158 x14 = *((int32*)(blk + 12));
169 /* process x11 & x14 */
182 LDR x14, [blk, #4]; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
111 x14 = *((uint32*)(blk + 4));
113 /* process x11 & x14 */
114 x11 = sad_4pixel(x11, x14, x9);
130 x14 = *((uint32*)(blk + 12));
132 /* process x11 & x14 */
133 x11 = sad_4pixel(x11, x14, x9);
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
277 x14 = *((int32*)(blk + 12));
280 /* process x11 & x14 */
298 LDR x14, [blk, #4]; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
137 x14 = j14;
142 QUARTERROUND( x2, x6,x10,x14)
147 QUARTERROUND( x3, x4, x9,x14)
163 x14 = PLUS(x14,j14);
181 x14 = XOR(x14,U8TO32_LITTLE(m + 56));
205 U32TO8_LITTLE(c + 56,x14);
  /external/clang/test/CodeGen/
override-layout.c 113 // CHECK: Type: union X14
114 union PACKED X14 {
155 union X14 x14; local
156 x14.x = sizeof(union X14);
  /external/lzma/Asm/x86/
7zAsm.asm 80 x14 equ r14d define
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 186 x9, x10, x11, x12, x13, x14, x15; local
212 x14 = np[1]; x15 = np[2];
227 QROUND_WORDS( x2, x6,x10,x14)
232 QROUND_WORDS( x3, x4, x9,x14)
265 op[14] = REVW_BE(REVW_BE(ip[14]) ^ (x14 + np[1]));
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 364 tran_high_t x14 = input[1]; local
382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
399 x14 = fdct_round_shift(s6 - s14);
417 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
434 x14 = fdct_round_shift(s10 - s14);
452 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
453 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
469 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 88 int x14 == 0; // expected-error {{invalid '==' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
119 int x14 == 0; // expected-error {{invalid '==' at end of declaration; did you mean '='?}} local
120 (void)x14;
135 if (int x14 == 0) { (void)x14; } // expected-error {{invalid '==' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 597 tran_high_t x14 = input[1]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
624 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
625 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
641 x14 = WRAPLOW(dct_const_round_shift(s6 - s14), 8);
659 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
660 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
676 x14 = WRAPLOW(dct_const_round_shift(s10 - s14), 8);
694 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
695 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
1836 tran_low_t x14 = input[1]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1072 int x14 = input[1]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 931 int x14 = input[1]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 655 int x14 = input[1]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
699 x14 = dct_const_round_shift(s6 - s14);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
734 x14 = dct_const_round_shift(s10 - s14);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 815 int x14 = input[1]; local
833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
850 x14 = fdct_round_shift(s6 - s14);
868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
885 x14 = fdct_round_shift(s10 - s14);
903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
920 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_sse2.c 1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 1292 __m128i x14 = _mm_loadl_u8_s16(srow, -2 + bstep ); local
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 2430 milliseconds

1 2