Searched defs:x2 (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/compile/libbcc/runtime/lib/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >>
[all...]
H A Dpopcountti2.c34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes_s.h63 OMX_VC_LEFT EQU 0x2 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes_s.h63 OMX_VC_LEFT EQU 0x2 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dupdt_tar.c29 Word16 * x2, /* (o) Q0 : new target (for codebook search) */
42 x2[i] = extract_h(L_shl2(L_tmp, 1));
27 Updt_tar( Word16 * x, Word16 * x2, Word16 * y, Word16 gain, Word16 L ) argument
H A Dhp400.c63 Word16 x2; local
76 x2 = x1;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
H A Dhp50.c48 static Word16 a[3] = {8192, 16211, -8021}; /* Q12 (x2) */
64 Word16 x2; local
78 x2 = x1;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
99 x2 = mem[8];
103 x3 = x2;
104 x2 = x1;
120 L_tmp += (x2 * b[2])<<1;
143 mem[8] = x2;
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
178 x2 = x[-1];
183 if (x2 < x1)
186 x1 = x2;
187 x2 = tmp;
205 if (x3 < x2)
207 tmp = x2;
208 x2 = x3;
211 if (x4 < x2)
213 tmp = x2;
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
124 x2 = x[-1];
131 if (x2 < x1)
134 x1 = x2;
135 x2 = tmp;
153 if (x3 < x2)
155 tmp = x2;
156 x2 = x3;
159 if (x4 < x2)
161 tmp = x2;
[all...]
H A Dhighpass_400hz_at_12k8.cpp149 int16 i, x2; local
171 x2 = x1;
174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2);
H A Dhighpass_50hz_at_12k8.cpp151 int16 i, x2; local
176 x2 = x1;
179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s36 x2 RN 5 label
50 LDMIA pSrc!,{x2, x3}
60 USAT16 x2, #8, x2 ;// clip two samples to [0,255]
62 STRB x2, [pDst,#4]
63 MOV x2, x2, LSR #16
64 STRB x2, [pDst,#5]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s41 x2 RN 8 label
65 M_LDR x2, [pSrc], srcStep
68 M_STR x2, [pDst], dstStep
76 M_LDR x2, [pSrc], srcStep
80 MOV x2, x2, LSR #8
81 ORR x2, x2, x3, LSL #24
84 M_STR x2, [pDst], dstStep
86 M_LDR x2, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s35 x2 RN 11 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
96 ORR x1, x1, x2, LSL #24
97 MOV x2, x2, LSR #8
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2}
112 ORR x1, x1, x2, LS
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s41 x2 RN 8 label
65 M_LDR x2, [pSrc], srcStep
68 M_STR x2, [pDst], dstStep
76 M_LDR x2, [pSrc], srcStep
80 MOV x2, x2, LSR #8
81 ORR x2, x2, x3, LSL #24
84 M_STR x2, [pDst], dstStep
86 M_LDR x2, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s35 x2 RN 11 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
96 ORR x1, x1, x2, LSL #24
97 MOV x2, x2, LSR #8
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2}
112 ORR x1, x1, x2, LS
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpost_pro.cpp291 Word16 i, x2;
296 x2 = st->x1;
307 L_tmp = L_mac (L_tmp, x2, b[2]);
351 Word16 i, x2; local
365 x2 = st->x1;
378 L_tmp += ((Word32) x2) * c_b2;
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp107 uint8_t x2 = data[i + 1]; local
111 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
121 uint8_t x2 = data[i + 1]; local
123 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
124 out->append(encode6Bit((x2 << 2) & 0x3f));
/frameworks/rs/driver/
H A DrsdIntrinsicLUT.cpp45 uint32_t x2 = xend; local
53 while (x1 < x2) {
H A DrsdIntrinsicColorMatrix.cpp98 uint32_t x2 = xend; local
100 if(x2 > x1) {
102 int32_t len = (x2 - x1) >> 2;
119 while(x1 != x2) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicLUT.cpp45 uint32_t x2 = xend; local
56 while (x1 < x2) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
896 x2 = *((uint32*)(prev + width)); /* load b3 b2 b1 b0, another line */
901 x2m = (x2 >> 2) & mask;
903 x2 = x2 ^(x2m << 2);
905 x1 += x2;
907 /* x2m, x2 free */
916 /* x2m, x2 free */
917 x2 = *((uint32*)(prev += 4)); /* a11 a10 a9 a8 */
919 x2m = (x2 >>
[all...]
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
123 x2 = (181 * (x4 + x5) + 128) >> 8;
130 res2 = (x0 + x2) >> 14;
147 res = (x0 - x2) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
200 x2 = blk[10];
210 x6 = (W6 * x2 + 4) >> 3;
211 x2 = (W2 * x2 + 4) >> 3;
212 x8 = x0 - x2;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; 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...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java175 private void sendSwipe(int inputSource, float x1, float y1, float x2, float y2) { argument
181 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
240 System.err.println(" input [touchscreen|touchpad] swipe <x1> <y1> <x2> <y2>");

Completed in 2358 milliseconds

123