Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
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, [pSrc], srcStep
90 MOV x2, x2, LSR #8
91 ORR x2, x2, x3, LSL #24
[all …]
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, LSL #16
113 MOV x2, x2, LSR #16
[all …]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
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, [pSrc], srcStep
90 MOV x2, x2, LSR #8
91 ORR x2, x2, x3, LSL #24
[all …]
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, LSL #16
113 MOV x2, x2, LSR #16
[all …]
/frameworks/compile/libbcc/runtime/lib/
Dpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2() local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL); in __popcountdi2()
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL); in __popcountdi2()
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL; in __popcountdi2()
29 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
Dpopcountti2.c34 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2() local
36 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountti2()
/frameworks/base/media/libstagefright/codecs/amrwb/src/
Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; in median5() local
124 x2 = x[-1]; in median5()
131 if (x2 < x1) in median5()
134 x1 = x2; in median5()
135 x2 = tmp; in median5()
153 if (x3 < x2) in median5()
155 tmp = x2; in median5()
156 x2 = x3; in median5()
159 if (x4 < x2) in median5()
161 tmp = x2; in median5()
[all …]
Dhighpass_400hz_at_12k8.cpp149 int16 i, x2; in highpass_400Hz_at_12k8() local
171 x2 = x1; in highpass_400Hz_at_12k8()
174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2); in highpass_400Hz_at_12k8()
Dhighpass_50hz_at_12k8.cpp151 int16 i, x2; in highpass_50Hz_at_12k8() local
176 x2 = x1; in highpass_50Hz_at_12k8()
179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2); in highpass_50Hz_at_12k8()
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; in idctrow2() local
123 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow2()
130 res2 = (x0 + x2) >> 14; in idctrow2()
147 res = (x0 - x2) >> 14; in idctrow2()
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local
200 x2 = blk[10]; in idctrow3()
210 x6 = (W6 * x2 + 4) >> 3; in idctrow3()
211 x2 = (W2 * x2 + 4) >> 3; in idctrow3()
212 x8 = x0 - x2; in idctrow3()
213 x0 += x2; in idctrow3()
[all …]
Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
541 x2 = blk[14]; in idctrow()
567 x1 = W6 * (x3 + x2) + 4; in idctrow()
568 x2 = (x1 - (W2 + W6) * x2) >> 3; in idctrow()
578 x3 = x0 + x2; in idctrow()
579 x0 -= x2; in idctrow()
580 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow()
588 res2 = (x3 + x2) >> 14; in idctrow()
606 res = (x3 - x2) >> 14; in idctrow()
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
[all …]
Dget_pred_adv_b_add.cpp867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ in GetPredAdvancedBy1x1() local
896 x2 = *((uint32*)(prev + width)); /* load b3 b2 b1 b0, another line */ in GetPredAdvancedBy1x1()
901 x2m = (x2 >> 2) & mask; in GetPredAdvancedBy1x1()
903 x2 = x2 ^(x2m << 2); in GetPredAdvancedBy1x1()
905 x1 += x2; in GetPredAdvancedBy1x1()
917 x2 = *((uint32*)(prev += 4)); /* a11 a10 a9 a8 */ in GetPredAdvancedBy1x1()
919 x2m = (x2 >> 2) & mask; in GetPredAdvancedBy1x1()
921 x2 = x2 ^(x2m << 2); in GetPredAdvancedBy1x1()
924 x2 += y2; in GetPredAdvancedBy1x1()
947 y2 |= (x2 << 24); in GetPredAdvancedBy1x1()
[all …]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
109 x2 = blk[16]; in idct_col3()
114 x6 = W6 * x2; in idct_col3()
115 x2 = W2 * x2; in idct_col3()
116 x8 = x0 - x2; in idct_col3()
117 x0 += x2; in idct_col3()
118 x2 = x8; in idct_col3()
132 blk[24] = (x2 + x3) >> 8; in idct_col3()
136 blk[32] = (x2 - x3) >> 8; in idct_col3()
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
[all …]
Dmotion_comp.cpp1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ in GetPredAdvBy1x1() local
1152 x2 = *((ULong*)(prev + lx)); /* load b3 b2 b1 b0, another line */ in GetPredAdvBy1x1()
1157 x2m = (x2 >> 2) & mask; in GetPredAdvBy1x1()
1159 x2 = x2 ^(x2m << 2); in GetPredAdvBy1x1()
1161 x1 += x2; in GetPredAdvBy1x1()
1173 x2 = *((ULong*)(prev += 4)); /* a11 a10 a9 a8 */ in GetPredAdvBy1x1()
1175 x2m = (x2 >> 2) & mask; in GetPredAdvBy1x1()
1177 x2 = x2 ^(x2m << 2); in GetPredAdvBy1x1()
1180 x2 += y2; in GetPredAdvBy1x1()
1203 y2 |= (x2 << 24); in GetPredAdvBy1x1()
[all …]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
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/base/libs/hwui/
DPatch.cpp217 float x2 = 0.0f; in generateRow() local
226 x2 = x1 + floorf(segment * stretchX + 0.5f); in generateRow()
228 x2 = x1 + stepX - previousStepX; in generateRow()
235 x2 += i * EXPLODE_GAP; in generateRow()
237 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount); in generateRow()
239 x2 -= i * EXPLODE_GAP; in generateRow()
243 x1 = x2; in generateRow()
250 x2 = width; in generateRow()
253 x2 += mXCount * EXPLODE_GAP; in generateRow()
255 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount); in generateRow()
[all …]
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; in median5() local
178 x2 = x[-1]; in median5()
183 if (x2 < x1) in median5()
186 x1 = x2; in median5()
187 x2 = tmp; in median5()
205 if (x3 < x2) in median5()
207 tmp = x2; in median5()
208 x2 = x3; in median5()
211 if (x4 < x2) in median5()
213 tmp = x2; in median5()
[all …]
Dhp_wsp.c87 Word16 x0, x1, x2, x3; in Hp_wsp() local
99 x2 = mem[8]; in Hp_wsp()
103 x3 = x2; in Hp_wsp()
104 x2 = x1; in Hp_wsp()
120 L_tmp += (x2 * b[2])<<1; in Hp_wsp()
143 mem[8] = x2; in Hp_wsp()
Dhp400.c63 Word16 x2; in HP400_12k8() local
76 x2 = x1; in HP400_12k8()
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1; in HP400_12k8()
Dhp50.c64 Word16 x2; in HP50_12k8() local
78 x2 = x1; in HP50_12k8()
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1; in HP50_12k8()
Dupdt_tar.c29 Word16 * x2, /* (o) Q0 : new target (for codebook search) */ in Updt_tar() argument
42 x2[i] = extract_h(L_shl2(L_tmp, 1)); in Updt_tar()
/frameworks/base/media/libstagefright/foundation/
Dbase64.cpp107 uint8_t x2 = data[i + 1]; in encodeBase64() local
111 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f)); in encodeBase64()
112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64()
121 uint8_t x2 = data[i + 1]; in encodeBase64() local
123 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f)); in encodeBase64()
124 out->append(encode6Bit((x2 << 2) & 0x3f)); in encodeBase64()
/frameworks/base/media/libeffects/testlibs/
DAudioBiquadFilter.cpp155 audio_sample_t x2 = mDelays[0][1]; in process_normal_mono() local
168 acc = mac_coef_sample(b2, x2, acc); in process_normal_mono()
174 x2 = x1; in process_normal_mono()
179 mDelays[0][1] = x2; in process_normal_mono()
213 audio_sample_t x2 = mDelays[ch][1]; in process_normal_multi() local
221 acc = mac_coef_sample(b2, x2, acc); in process_normal_multi()
227 x2 = x1; in process_normal_multi()
234 mDelays[ch][1] = x2; in process_normal_multi()
/frameworks/base/graphics/java/android/graphics/
DPath.java271 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() argument
273 native_quadTo(mNativePath, x1, y1, x2, y2); in quadTo()
307 public void cubicTo(float x1, float y1, float x2, float y2, in cubicTo() argument
310 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo()
318 public void rCubicTo(float x1, float y1, float x2, float y2, in rCubicTo() argument
321 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo()
625 float x2, float y2); in native_quadTo() argument
629 float x2, float y2, float x3, float y3); in native_cubicTo() argument
631 float x2, float y2, float x3, float y3); in native_rCubicTo() argument
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
Dpost_pro.cpp351 Word16 i, x2; in Post_Process() local
365 x2 = st->x1; in Post_Process()
378 L_tmp += ((Word32) x2) * c_b2; in Post_Process()

12