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

  /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 114 // CHECK: Type: union X14
115 union PACKED X14 {
156 union X14 x14; local
157 x14.x = sizeof(union X14);
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 192 x9, x10, x11, x12, x13, x14, x15; local
218 x14 = np[0]; x15 = np[1];
233 QROUND_WORDS( x2, x6,x10,x14)
238 QROUND_WORDS( x3, x4, x9,x14)
271 op[14] = REVW_BE(REVW_BE(ip[14]) ^ (x14 + np[0]));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 931 int x14 = input[1]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 856 tran_high_t x14 = input[1]; local
874 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
875 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
891 x14 = fdct_round_shift(s6 - s14);
909 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
910 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
926 x14 = fdct_round_shift(s10 - s14);
944 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
945 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
961 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/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 931 int x14 = input[1]; local
    [all...]
  /external/libvpx/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...]
  /external/libvpx/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/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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 691 tran_high_t x14 = input[1]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
718 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
719 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
735 x14 = dct_const_round_shift(s6 - s14);
753 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
754 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
770 x14 = dct_const_round_shift(s10 - s14);
788 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
789 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
2110 tran_high_t x14 = input[1]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 405 milliseconds