Searched defs:x8 (Results 1 - 7 of 7) 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
40 x8 = 16;
108 if (--x8)
127 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) argument
129 __inline int32 sad_mb_offset2(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8)
131 __inline int32 sad_mb_offset1(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8)
203 ADDLSS x8, x8, #INC_X8 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
230 x8
[all...]
H A Dsad_inline.h81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
85 x8 = (intptr_t)ref & 0x3;
86 if (x8 == 3)
88 if (x8 == 2)
90 if (x8 == 1)
101 x8 = 16;
149 if (--x8)
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
263 MOVS x8, ref, lsl #31 ; local
321 ADDLSS x8, x 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
43 x8 = 16;
111 if (--x8)
130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) argument
132 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
134 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
207 ADDLSS x8, x8, #INC_X8 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
238 x8
[all...]
H A Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
88 x8 = (uintptr_t)ref & 0x3;
89 if (x8 == 3)
91 if (x8 == 2)
93 if (x8 == 1)
104 x8 = 16;
152 if (--x8)
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
266 MOVS x8, ref, lsl #31 ; local
324 ADDLSS x8, x local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
116 x8 = x0 - x2;
118 x2 = x8;
119 x8 = x4 - x6;
121 x6 = x8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
151 x8 = x0 - x2;
153 x2 = x8;
154 x8
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp160 int32 x0, x1, x3, x5, x7;//, x8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
212 x8 = x0 - x2;
214 x2 = x8;
215 x8 = x4 - x6;
217 x6 = x8;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
268 x8 = x0 - x2;
270 x2 = x8;
271 x8
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
562 x7 = (x8 - (W3 + W5) * x7) >> 3;
565 x8 = x0 + x1;
576 x7 = x8 + x3;
577 x8
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]

Completed in 2731 milliseconds