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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
58 x14 = *((uint32*)(blk + 4));
60 /* process x11 & x14 */
61 x11 = sad_4pixel(x11, x14, x9);
84 x14 = *((uint32*)(blk + 12));
86 /* process x11 & x14 */
87 x11 = sad_4pixel(x11, x14, x9);
132 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
152 x14 = *((int32*)(blk + 12));
163 /* process x11 & x14 */
176 LDR x14, [blk, #4]; local
224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
106 x14 = *((uint32*)(blk + 4));
108 /* process x11 & x14 */
109 x11 = sad_4pixel(x11, x14, x9);
125 x14 = *((uint32*)(blk + 12));
127 /* process x11 & x14 */
128 x11 = sad_4pixel(x11, x14, x9);
254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
272 x14 = *((int32*)(blk + 12));
275 /* process x11 & x14 */
293 LDR x14, [blk, #4]; local
392 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/base/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...]

Completed in 5682 milliseconds