Searched refs:x6 (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
210 x6 = (W6 * x2 + 4) >> 3;
215 x8 = x4 - x6;
216 x4 += x6;
217 x6 = x8;
231 res = (x6 + x5) >> 14;
242 res2 = (x6 - x5) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
266 x6 = W6 * x2;
271 x8 = x4 - x6;
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
549 x6 = blk[13];
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
572 x6 = x5 + x7;
594 res = (x8 + x6) >> 14;
601 res = (x8 - x6) >> 1
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...]
H A Dvlc_tab.cpp198 {0x8, 1, 1, 7}, {0x7, 1, 1, 7}, {0x6, 1, 1, 7}, {0x5, 1, 1, 7}, {0xc, 1, 0, 7}, {0xb, 1, 0, 7},
201 {0x8, 1, 0, 6}, {0x8, 1, 0, 6}, {0x7, 1, 0, 6}, {0x7, 1, 0, 6}, {0x6, 1, 0, 6}, {0x6, 1, 0, 6},
249 {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x5, 2, 0, 10}, {0x5, 2, 0, 10},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5, 3, 0, 12}, {0x6, 3, 0, 12}, {0xa, 2, 0, 12},
270 {0x4, 1, 1, 7}, {0x3, 1, 1, 7}, {0x6, 1, 0, 7}, {0x5, 1, 1, 7},
307 {0x7, 2, 0, 9}, {0x7, 2, 0, 9}, {0x6,
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
114 x6 = W6 * x2;
119 x8 = x4 - x6;
120 x4 += x6;
121 x6 = x8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
149 x6 = W6 * x2;
154 x8 = x4 - x6;
211 int32 x0, x2, x4, x6; local
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
635 int32 x0, x2, x4, x6; 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
1118 int32 x0, x2, x4, x6; 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
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
99 x6 = 0xFFFF00FF;
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
139 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
227 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
271 MVN x6, # local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
38 x6 = 0xFFFF00FF;
72 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
75 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
98 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
101 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
143 MVN x6, #0xff0000; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
234 x6
[all...]
H A Dvlc_enc_tab.h502 { 0x6, 3},
833 { 0x6, 3},
H A Dfastquant.cpp66 /* 2 */ 0x6, 0x10, 0x18, 0x22, 0x32, 0x3C, 0x52, 0x56,
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 x6 = 0xFFFF00FF;
117 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
136 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
139 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
224 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
227 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
268 MVN x6, # local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_mb_offset.h31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
35 x6 = 0xFFFF00FF;
69 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
72 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
95 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
98 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
140 MVN x6, #0xff0000; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
232 __asm__ volatile("MVN %0, #0xFF0000": "=r"(x6));
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java32 DARK_BLUE(0x6),
/frameworks/native/include/private/ui/
H A DRegionHelper.h41 static const uint32_t RHS = 0x6; // 0b110
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h370 #define SL_OBJECT_STATE_RESUMING_1 ((SLuint32) 0x6) // async resume on work queue
H A DOpenSLES_IID.c94 { 0xc2e5d5f0, 0x94bd, 0x4763, 0x9cac, { 0x4e, 0x23, 0x4d, 0x6, 0x83, 0x9e } },
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1315 array3[1] = (byte) 0x6;
1339 array3[1] = (byte) 0x6;
1363 array3[1] = (byte) 0x6;
1387 array3[1] = (byte) 0x6;
1411 array3[1] = (byte) 0x6;
1444 array3[1] = (byte) 0x6;
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h164 OMX_AUDIO_ChannelLFE = 0x6, /**< Low frequency effects */
/frameworks/wilhelm/tools/hashgen/
H A DOpenSLES_IID.c94 { 0xc2e5d5f0, 0x94bd, 0x4763, 0x9cac, { 0x4e, 0x23, 0x4d, 0x6, 0x83, 0x9e } },
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java649 0x0, 0x2, 0x4, 0x6, 0x8, 0xA, 0xC, 0xE

Completed in 1334 milliseconds