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

1234567

/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
50 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
65 /* process x12 & x10 */
66 x10 = sad_4pixel(x10, x12, x9);
68 x5 = x5 + x10; /* accumulat
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
157 MVN x10, x10, lsr #SHIFT; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
177 LDR x10, [ref], lx ; local
180 MVN x10, x10, lsr #SHIFT; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 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
105 x10 = *((uint32*)(ref += lx));
113 /* process x12 & x10 */
114 x10 = sad_4pixel(x10, x12, x9);
116 x5 = x5 + x10; /* accumulate low bytes */
117 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
118 x4 = x4 + ((uint32)x10 >>
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
294 LDR x10, [ref], lx ; local
320 RSBS x11, dmin, x10, lsr #16; 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
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/opt/telephony/src/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.java80 public static final int NV16 = 0x10;
H A DPixelFormat.java59 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/java/android/media/
H A DMediaCodecInfo.java111 public static final int AVCProfileHigh10 = 0x10;
120 public static final int AVCLevel13 = 0x10;
138 public static final int H263ProfileISWV3 = 0x10;
149 public static final int H263Level45 = 0x10;
159 public static final int MPEG4ProfileNbit = 0x10;
177 public static final int MPEG4Level3 = 0x10;
H A DAudioFormat.java62 public static final int CHANNEL_OUT_FRONT_CENTER = 0x10;
109 public static final int CHANNEL_IN_FRONT = 0x10;
/frameworks/av/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/av/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/libdrm/mobile1/include/xml/
H A Dwbxml_tinyparser.h37 #define REL_TAG_EXECUTE 0x10
/frameworks/rs/tests/
H A DScriptC_mono.cpp28 0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x40,0x04,0x00,
30 0x21,0x0c,0x00,0x00,0x27,0x01,0x00,0x00,0x01,0x10,0x00,0x00,0x12,0x00,0x00,0x00,
31 0x07,0x81,0x23,0x91,0x41,0xc8,0x04,0x49,0x06,0x10,0x32,0x39,0x92,0x01,0x84,0x0c,
33 0xa4,0x10,0x32,0x14,0x38,0x08,0x18,0x49,0x0a,0x32,0x44,0x24,0x48,0x0a,0x90,0x21,
36 0x0b,0x8c,0x00,0x04,0x41,0x10,0x04,0x09,0x01,0x04,0x41,0x10,0x04,0x89,0xff,0xff,
40 0x0b,0x84,0xa4,0x4c,0x10,0x54,0x73,0x04,0x60,0x40,0x60,0x06,0x80,0xc4,0x1c,0x01,
41 0x42,0x64,0x04,0x60,0x18,0x81,0x20,0xe8,0x94,0xc1,0x20,0x44,0x69,0x18,0x81,0x10,
43 0x10,0x30,0x8c,0x30,0x00,0x00,0x00,0x00,0x13,0xb0,0x70,0x90,0x87,0x76,0xb0,0x87,
47 0x07,0x72,0xd0,0x06,0xe9,0x10,
[all...]
/frameworks/av/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
/frameworks/av/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/av/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/av/libvideoeditor/osal/inc/
H A DM4OSA_FileCommon.h67 M4OSA_kFileIsTextMode = 0x10
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalConfig.h149 0x21, 0x10, 0x03, 0x20, 0x54, 0x1C
/frameworks/av/services/audioflinger/
H A DFastMixerState.h72 WRITE = 0x10, // write to output sink
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DAppInterface.java62 SET_UP_CALL(0x10),
H A DComprehensionTlvTag.java37 ITEM_ID(0x10),
/frameworks/opt/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,

Completed in 239 milliseconds

1234567