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);