Searched refs:x10 (Results 1 - 25 of 154) sorted by relevance

1234567

/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dsad_mb_offset.h29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
48 x10 = *((uint32*)(ref += lx)); /* D C B A */
52 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
53 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
63 /* process x12 & x10 */
64 x10 = sad_4pixel(x10, x12, x9);
66 x5 = x5 + x10; /* accumulat
132 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
155 MVN x10, x10, lsr #SHIFT; local
156 BIC x10, x10, x11, lsl #(32-SHIFT); local
175 LDR x10, [ref], lx ; local
178 MVN x10, x10, lsr #SHIFT; local
179 BIC x10, x10, x11, lsl #(32-SHIFT); local
200 RSBS x11, dmin, x10, lsr #16 local
224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_inline.h79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
103 x10 = *((uint32*)(ref += lx));
111 /* process x12 & x10 */
112 x10 = sad_4pixel(x10, x12, x9);
114 x5 = x5 + x10; /* accumulate low bytes */
115 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
116 x4 = x4 + ((uint32)x10 >>
254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
292 LDR x10, [ref], lx ; local
318 RSBS x11, dmin, x10, lsr #16; local
392 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
53 x10 = *((uint32*)(ref += lx)); /* D C B A */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
68 /* process x12 & x10 */
69 x10 = sad_4pixel(x10, x12, x9);
71 x5 = x5 + x10; /* accumulat
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
161 MVN x10, x10, lsr #SHIFT; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
181 LDR x10, [ref], lx ; local
184 MVN x10, x10, lsr #SHIFT; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #16 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
108 x10 = *((uint32*)(ref += lx));
116 /* process x12 & x10 */
117 x10 = sad_4pixel(x10, x12, x9);
119 x5 = x5 + x10; /* accumulate low bytes */
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x10 >>
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
297 LDR x10, [ref], lx ; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DWapPushManagerParams.java61 public static final int EXCEPTION_CAUGHT = 0x10;
/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java64 public static final int NV16 = 0x10;
H A DPixelFormat.java55 public static final int YCbCr_422_SP= 0x10;
/frameworks/compile/libbcc/tests/data/src/
H A Dconstants.c1 #define FOO 0x10
6 printf("0x10 = %d\n", FOO);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp118 pp_mod[index-pp_w] |= 0x10; /* 4/26/00 reuse pp_mod for HorzHflag*/
425 cnthflag = ((pp_mod[index] & 0x10) +
426 (pp_mod[index-pp_w] & 0x10) +
427 ((pp_mod[index-1] >> 1) & 0x10) +
428 ((pp_mod[index] >> 1) & 0x10)) >> 4; /* 4/26/00*/
482 cnthflag = ((pp_mod[index-pp_w] & 0x10) +
483 (pp_mod[index] & 0x10) +
484 ((pp_mod[index-1] >> 1) & 0x10)) >> 4;
488 cnthflag = ((pp_mod[index] & 0x10) +
489 (pp_mod[index-pp_w] & 0x10)
[all...]
H A Dmotion_comp.h41 #define CBP_MASK_BLK1_MODE_INTER4V 0x10
/frameworks/base/media/libdrm/mobile1/include/xml/
H A Dwbxml_tinyparser.h37 #define REL_TAG_EXECUTE 0x10
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock2x2.c51 if (Flag & 0x10)
H A DarmVCM4P10_UnpackBlock4x4.c51 if (Flag & 0x10)
/frameworks/base/media/java/android/media/
H A DAudioFormat.java61 public static final int CHANNEL_OUT_FRONT_CENTER = 0x10;
108 public static final int CHANNEL_IN_FRONT = 0x10;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_UnpackBlock4x4_s.S24 STRD r4,r5,[r1,#0x10]
27 TST r3,#0x10
H A DomxVCM4P10_DeblockLuma_I.S53 ADD r3,r5,#0x10
54 ADD r2,r4,#0x10
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c32 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
37 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c32 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
37 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DAppInterface.java61 SET_UP_CALL(0x10),
H A DComprehensionTlvTag.java37 ITEM_ID(0x10),
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadTest.java84 0x04, 0x04, (byte) 0x91, 0x21, 0x43, 0x7f, 0x16, (byte) 0x89, 0x10, 0x10, 0x00, 0x00,
98 0x44, 0x04, (byte) 0x91, 0x21, 0x43, 0x7f, (byte) 0xf6, (byte) 0x89, 0x10, 0x10, 0x00,
/frameworks/media/libvideoeditor/osal/inc/
H A DM4OSA_FileCommon.h67 M4OSA_kFileIsTextMode = 0x10
/frameworks/media/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalConfig.h149 0x21, 0x10, 0x03, 0x20, 0x54, 0x1C
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFlushBits.s54 LDR readBits, [pStrmData, #0x10]
60 STR readBits, [pStrmData, #0x10]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFlushBits.S52 LDR readBits, [pStrmData, #0x10]
58 STR readBits, [pStrmData, #0x10]

Completed in 633 milliseconds

1234567