Searched refs:x12 (Results 1 - 25 of 60) sorted by relevance

123

/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
52 x12 = *((uint32*)(ref + 8)); /* L K J I */
57 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
59 x12 = *((uint32*)(blk += 16));
65 /* process x12 & x10 */
66 x10 = sad_4pixel(x10, x12, x9);
78 x12 = *((uint32*)(ref + 16)); /* L K J I */
83 x11 = x11 | (x12 << (32 - SHIFT)); /* ~K ~J ~I ~H */
85 x12 = *((uint32*)(blk + 8));
91 /* process x12
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
160 BIC x11, x11, x12, lsl #(32-SHIFT); local
162 LDR x12, [blk, #8]; local
176 LDR x12, [ref, #8]; local
183 BIC x11, x11, x12, lsl #(32-SHIFT); local
185 LDR x12, [blk], #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
107 x12 = *((uint32*)(blk += 16));
113 /* process x12 & x10 */
114 x10 = sad_4pixel(x10, x12, x9);
126 x12 = *((uint32*)(blk + 8));
132 /* process x12 & x10 */
133 x10 = sad_4pixel(x10, x12, x9);
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
275 x12 = *((int32*)(blk + 8));
280 /* process x12
296 LDR x12, [blk], #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
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
62 x12 = *((uint32*)(blk += 16));
68 /* process x12 & x10 */
69 x10 = sad_4pixel(x10, x12, x9);
81 x12 = *((uint32*)(ref + 16)); /* L K J I */
86 x11 = x11 | (x12 << (32 - SHIFT)); /* ~K ~J ~I ~H */
88 x12 = *((uint32*)(blk + 8));
94 /* process x12
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
164 BIC x11, x11, x12, lsl #(32-SHIFT); local
166 LDR x12, [blk, #8]; local
180 LDR x12, [ref, #8]; local
187 BIC x11, x11, x12, lsl #(32-SHIFT); local
189 LDR x12, [blk], #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
110 x12 = *((uint32*)(blk += 16));
116 /* process x12 & x10 */
117 x10 = sad_4pixel(x10, x12, x9);
129 x12 = *((uint32*)(blk + 8));
135 /* process x12 & x10 */
136 x10 = sad_4pixel(x10, x12, x9);
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
278 x12 = *((int32*)(blk + 8));
283 /* process x12
299 LDR x12, [blk], #16 ; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dvlc_enc_tab.h269 {0x12, 6}, {0x0a, 10}, {0x00, 0}, {0x00, 0}
349 {0x13, 7}, {0x12, 7}, {0x11, 7}, {0x10, 7},
353 {0x14, 9}, {0x13, 9}, {0x12, 9}, {0x11, 9},
370 {0x0c, 5}, {0x15, 6}, {0x13, 6}, {0x12, 6},
413 {0x12, 7}, {0x1b, 9}, {0x54, 12}, {0x00, 0},
484 {0x14, 9}, {0x13, 9}, {0x12, 9}, {0x11, 9},
712 { 0x12, 5},
1029 { 0x12, 5},
H A Dmp4def.h169 #define VOL_START_CODE 0x12
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Blur.S69 * x12 -- switch index
82 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/
83 .ifc \reg,x12 ; .set cc, 1 ; .else ; .set cc, 0 ; .endif
259 * x12 -- temp buffer pointer
269 ldrsh x12, [x16, x5, LSL #1]
270 add x12, x12, x16
271 br x12
343 ldrsh x12, [x16, x5, LSL #1]
344 add x12, x1
[all...]
H A DrsCpuIntrinsics_advsimd_Resize.S150 * size_t xclip, // [sp,#0] -> [sp,#64] -> x12
164 sub x12, sp, #BUFFER_SIZE
165 bic x12, x12, #(1 << (CHUNKSHIFT + 1 + COMPONENT_SHIFT + 1)) - 1
191 mov sp, x12
208 sub x14, x12, x13, LSL #(COMPONENT_SHIFT + 1)
209 add x15, x12, #(2 * CHUNKSIZE - 4) * COMPONENT_COUNT * 2
214 st1 {v11.4h,v12.4h}, [x12]
220 st1 {v11.8h,v12.8h}, [x12]
228 st1 {v12.8h,v13.8h}, [x12], #3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c47 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
52 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
53 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_Lookup_Tables.c47 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
52 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
53 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19,
/frameworks/base/core/java/android/text/
H A DSpanned.java58 public static final int SPAN_MARK_POINT = 0x12;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlvTag.java39 FILE_LIST(0x12),
H A DAppInterface.java72 SEND_USSD(0x12),
H A DResultCode.java73 NO_RESPONSE_FROM_USER(0x12),
H A DTone.java86 NEGATIVE_ACK(0x12),
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_tab.cpp224 {0x13, 1, 1, 9}, {0x13, 1, 1, 9}, {0x12, 1, 1, 9}, {0x12, 1, 1, 9}, {0x11, 1, 1, 9}, {0x11, 1, 1, 9},
226 {0x14, 1, 0, 9}, {0x14, 1, 0, 9}, {0x13, 1, 0, 9}, {0x13, 1, 0, 9}, {0x12, 1, 0, 9}, {0x12, 1, 0, 9},
302 {0x0, 0x12, 0, 10}, {0x0, 0x11, 0, 10}, {0xe, 1, 1, 9}, {0xe, 1, 1, 9},
351 {0x11, 1, 1, 12}, {0x12, 1, 1, 12}, {0x13, 1, 1, 12}, {0x14, 1, 1, 12},
390 {0x10, 1, 1, 9}, {0x10, 1, 1, 9}, {0x12, 1, 1, 9}, {0x12, 1, 1, 9}, {0x11, 1, 1, 9}, {0x11, 1, 1, 9},
H A Dmp4def.h97 #define VOL_START_CODE 0x12
H A Dvop.cpp113 if (tmpvar != 0x10 && tmpvar != 0x11 && tmpvar != 0x12 &&
125 tmpvar != 0x10 && tmpvar != 0x11 && tmpvar != 0x12 &&
296 if (profile != 0x10 && profile != 0x11 && profile != 0x12)
304 profile != 0x10 && profile != 0x11 && profile != 0x12)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s81 x12 RN 14 label
151 ;// x10 x11 x12
165 LDRB x12, [pSrc1, #+2]!
172 ORR x12x11, x11, x12, LSL #16
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequest.java48 protected static final byte OAP_TAGID_MESSAGES_LISTING_SIZE = 0x12;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c302 static const u8 totalZeros_14[4] = {0x02,0x12,0x21,0x21};
310 static const u8 runBefore_5[8] = {0x53,0x43,0x33,0x23,0x12,0x12,0x02,0x02};
312 static const u8 runBefore_4[8] = {0x43,0x33,0x22,0x22,0x12,0x12,0x02,0x02};
314 static const u8 runBefore_3[4] = {0x32,0x22,0x12,0x02};
316 static const u8 runBefore_2[4] = {0x22,0x12,0x01,0x01};
629 value = 0x12;
/frameworks/av/media/libstagefright/webm/
H A DWebmConstants.h141 kButtonsType = 0x12,
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DFrameParserTest.java75 (byte) 0x12, (byte) 0xE4, (byte) 0x97, (byte) 0xBC, (byte) 0xFF, (byte) 0x15,
99 (byte) 0x0c, (byte) 0x12, (byte) 0x18, (byte) 0x24, (byte) 0x03, (byte) 0x01,
198 0x01, (byte) 0xc0, 0x01, 0x08, (byte) 0x8c, 0x12, (byte) 0x98, 0x24,
254 (byte) 0x8c, 0x12, (byte) 0x98, 0x24, (byte) 0xb0, 0x48, 0x60, 0x6c, 0x21,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberUtilsTest.java140 b[0] = (byte) 0x81; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0xFB;
144 b[0] = (byte) 0x91; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0xFB;
160 b[0] = (byte) 0x81; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0x1A;
166 b[0] = (byte) 0x91; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0x1A;
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp270 0x94, 0xba, 0x88, 0x2e, 0x0e, 0x12, 0x11, 0x55,
284 0x94, 0xba, 0x88, 0x2e, 0x0e, 0x12, 0x11, 0x55,
324 0x94, 0xba, 0x88, 0x2e, 0x0e, 0x12, 0x11, 0x55,
339 0x88, 0x2e, 0x0e, 0x12, 0x11, 0x55, 0x8e, 0x51,
386 0x94, 0xba, 0x88, 0x2e, 0x0e, 0x12, 0x11, 0x55,
403 0x2e, 0x0e, 0x12, 0x11, 0x55, 0x10, 0xf5, 0x22,

Completed in 500 milliseconds

123