Searched defs:x14 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_mb_offset.h31 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...]
H A Dsad_inline.h81 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/
H A Dsad_mb_offset.h34 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...]
H A Dsad_inline.h84 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...]

Completed in 9 milliseconds