Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/tests/coretests/res/raw/
Dxt_qtaguid_typical2 2 wlan0 0x0 0 14615 4270
3 3 wlan0 0x0 1000 5175 915
4 4 wlan0 0x0 1021 3381 903
5 5 wlan0 0x0 10004 333821 53558
6 6 wlan0 0x0 10010 4888 37363
7 7 wlan0 0x0 10013 52 104
9 9 rmnet0 0x0 0 301274 30244
10 10 rmnet0 0x0 1000 304 441
11 11 rmnet0 0x0 1013 2880 2272
12 12 rmnet0 0x0 1021 31407 8430
[all …]
Dxt_qtaguid_typical_with_set2 2 rmnet0 0x0 0 0 14855 82 2804 47 2000 45 12799 35 56 2 676 13 2128 34 0 0
3 3 rmnet0 0x0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 4 rmnet0 0x0 1000 0 278102 253 10487 182 277342 243 760 10 0 0 9727 172 760 10 0 0
5 5 rmnet0 0x0 1000 1 26033 30 1401 26 25881 28 152 2 0 0 1249 24 152 2 0 0
6 6 rmnet0 0x0 10012 0 40524 272 134138 293 40524 272 0 0 0 0 134138 293 0 0 0 0
7 7 rmnet0 0x0 10012 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
8 8 rmnet0 0x0 10034 0 15791 59 9905 69 15791 59 0 0 0 0 9905 69 0 0 0 0
9 9 rmnet0 0x0 10034 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
10 10 rmnet0 0x0 10055 0 3602 29 7739 59 3602 29 0 0 0 0 7739 59 0 0 0 0
11 11 rmnet0 0x0 10055 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s39 x0 RN 4 label
62 M_LDR x0, [pSrc], srcStep
64 M_STR x0, [pDst], dstStep
74 M_LDR x0, [pSrc], srcStep
77 MOV x0, x0, LSR #8
78 ORR x0, x0, x1, LSL #24
79 M_STR x0, [pDst], dstStep
83 M_LDR x0, [pSrc], srcStep
87 MOV x0, x0, LSR #8
88 ORR x0, x0, x1, LSL #24
[all …]
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s33 x0 RN 7 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
93 MOV x0, x0, LSR #8
94 ORR x0, x0, x1, LSL #24
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2}
109 MOV x0, x0, LSR #16
110 ORR x0, x0, x1, LSL #16
[all …]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s39 x0 RN 4 label
62 M_LDR x0, [pSrc], srcStep
64 M_STR x0, [pDst], dstStep
74 M_LDR x0, [pSrc], srcStep
77 MOV x0, x0, LSR #8
78 ORR x0, x0, x1, LSL #24
79 M_STR x0, [pDst], dstStep
83 M_LDR x0, [pSrc], srcStep
87 MOV x0, x0, LSR #8
88 ORR x0, x0, x1, LSL #24
[all …]
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s33 x0 RN 7 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
93 MOV x0, x0, LSR #8
94 ORR x0, x0, x1, LSL #24
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2}
109 MOV x0, x0, LSR #16
110 ORR x0, x0, x1, LSL #16
[all …]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; in idctrow2() local
115 x0 = ((*(blk += 8)) << 8) + 8192; in idctrow2()
128 res = (x0 + x4) >> 14; in idctrow2()
130 res2 = (x0 + x2) >> 14; in idctrow2()
133 res = (x0 + x1) >> 14; in idctrow2()
136 res = (x0 + x5) >> 14; in idctrow2()
142 res = (x0 - x5) >> 14; in idctrow2()
144 res2 = (x0 - x1) >> 14; in idctrow2()
147 res = (x0 - x2) >> 14; in idctrow2()
150 res = (x0 - x4) >> 14; in idctrow2()
[all …]
Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
553 x0 = ((*(blk += 8)) << 8) + 8192; in idctrow()
565 x8 = x0 + x1; in idctrow()
566 x0 -= x1; in idctrow()
578 x3 = x0 + x2; in idctrow()
579 x0 -= x2; in idctrow()
591 res = (x0 + x4) >> 14; in idctrow()
603 res2 = (x0 - x4) >> 14; in idctrow()
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
665 x0 = ((int32)blk[0] << 8) + 8192; in idctrow_intra()
[all …]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
84 x0 = ((int32)blk[0] << 11) + 128; in idct_col2()
94 blk[0] = (x0 + x1) >> 8; in idct_col2()
95 blk[8] = (x0 + x7) >> 8; in idct_col2()
96 blk[16] = (x0 + x5) >> 8; in idct_col2()
97 blk[24] = (x0 + x3) >> 8; in idct_col2()
98 blk[56] = (x0 - x1) >> 8; in idct_col2()
99 blk[48] = (x0 - x7) >> 8; in idct_col2()
100 blk[40] = (x0 - x5) >> 8; in idct_col2()
101 blk[32] = (x0 - x3) >> 8; in idct_col2()
[all …]
/frameworks/base/graphics/java/android/graphics/
DLinearGradient.java31 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() argument
39 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt); in LinearGradient()
40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions, in LinearGradient()
53 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() argument
55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt); in LinearGradient()
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, in LinearGradient()
60 private native int nativeCreate1(float x0, float y0, float x1, float y1, in nativeCreate1() argument
62 private native int nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2() argument
64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument
66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_Clip8_s.s34 x0 RN 3 label
48 LDMIA pSrc!,{x0, x1}
51 USAT16 x0, #8, x0 ;// clip two samples to [0,255]
53 STRB x0, [pDst]
54 MOV x0, x0, LSR #16
55 STRB x0, [pDst,#1]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.h74 i32 x0,
85 i32 x0,
96 i32 x0,
107 i32 x0,
119 i32 x0,
129 i32 x0,
140 i32 x0,
150 i32 x0,
161 i32 x0,
172 i32 x0,
[all …]
Dh264bsd_reconstruct.c111 i32 x0, in h264bsdInterpolateChromaHor() argument
135 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) || in h264bsdInterpolateChromaHor()
138 h264bsdFillBlock(pRef, block, x0, y0, width, height, in h264bsdInterpolateChromaHor()
142 x0, y0, width, height, chromaPartWidth + 1, in h264bsdInterpolateChromaHor()
146 x0 = 0; in h264bsdInterpolateChromaHor()
157 ptrA = pRef + (comp * height + (u32)y0) * width + x0; in h264bsdInterpolateChromaHor()
207 i32 x0, in h264bsdInterpolateChromaVer() argument
231 if ((x0 < 0) || ((u32)x0+chromaPartWidth > width) || in h264bsdInterpolateChromaVer()
234 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer()
238 x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer()
[all …]
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
Dhp400.c64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP400_12k8() local
71 x0 = *mem++; in HP400_12k8()
77 x1 = x0; in HP400_12k8()
78 x0 = *signal; 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()
97 *mem-- = x0; in HP400_12k8()
Dhp50.c65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP50_12k8() local
73 x0 = *mem++; in HP50_12k8()
79 x1 = x0; in HP50_12k8()
80 x0 = *signal; 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()
97 *mem-- = x0; in HP50_12k8()
Dhp_wsp.c87 Word16 x0, x1, x2, x3; in Hp_wsp() local
97 x0 = mem[6]; in Hp_wsp()
105 x1 = x0; in Hp_wsp()
106 x0 = wsp[i]; in Hp_wsp()
118 L_tmp += (x0 * b[0])<<1; in Hp_wsp()
141 mem[6] = x0; in Hp_wsp()
/frameworks/base/media/libstagefright/codecs/amrwb/src/
Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_400Hz_at_12k8() local
158 x0 = mem[4]; in highpass_400Hz_at_12k8()
172 x1 = x0; in highpass_400Hz_at_12k8()
173 x0 = signal[i]; in highpass_400Hz_at_12k8()
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2); in highpass_400Hz_at_12k8()
196 mem[4] = x0; in highpass_400Hz_at_12k8()
Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_50Hz_at_12k8() local
161 x0 = mem[4]; in highpass_50Hz_at_12k8()
177 x1 = x0; in highpass_50Hz_at_12k8()
178 x0 = *pt_sign; in highpass_50Hz_at_12k8()
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2); in highpass_50Hz_at_12k8()
201 mem[4] = x0; in highpass_50Hz_at_12k8()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DLinearGradient_Delegate.java58 float x0, float y0, float x1, float y1, in nativeCreate1() argument
60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, in nativeCreate1()
67 float x0, float y0, float x1, float y1, in nativeCreate2() argument
70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, in nativeCreate2()
76 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument
84 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, in LinearGradient_Delegate() argument
108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile); in LinearGradient_Delegate()
125 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], in LinearGradientPaint() argument
128 mX0 = x0; in LinearGradientPaint()
[all …]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
Dpost_pro.cpp225 state->x0 = 0; in Post_Process_reset()
366 st->x1 = st->x0; in Post_Process()
367 st->x0 = *(p_signal); in Post_Process()
376 L_tmp += ((Word32) st->x0) * c_b0; in Post_Process()
/frameworks/base/services/sensorservice/
DFusion.cpp170 x0 = 0; in Fusion()
191 x0 = q; in initFusion()
347 return x0; in getAttitude()
355 return quatToMatrix(x0); in getRotationMatrix()
368 const vec4_t q = x0; in predict()
372 x0 = normalize_quat(q + dq); in predict()
396 vec4_t q(x0); in update()
429 x0 = normalize_quat(q); in update()
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
Dh264bsd_interpolate_hor_half.s39 x0 RN 2 label
91 CMP x0, #0
94 ADD tmp4, x0, partW ;// (x0+partWidth)
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[sp,#0x1f0] ;// y0 = 0
130 LDR x0 ,[sp,#0x1ec] ;// x0
133 MLA tmp2, width, y0, x0 ;// y0*width+x0
Dh264bsd_interpolate_hor_quarter.s39 x0 RN 2 label
93 CMP x0, #0
96 ADD tmp4, x0, partW ;// (x0+partWidth)
124 MOV x0, #0
125 STR x0,[sp,#0x1ec] ;// x0 = 0
126 STR x0,[sp,#0x1f0] ;// y0 = 0
132 LDR x0 ,[sp,#0x1ec] ;// x0
135 MLA tmp2, width, y0, x0 ;// y0*width+x0
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
Dpre_proc.cpp332 state->x0 = 0; in Pre_Process_reset()
552 x_n_1 = st->x0; in Pre_Process()
584 st->x0 = x_n_1; in Pre_Process()
/frameworks/base/media/libeffects/testlibs/
DAudioBiquadFilter.cpp164 audio_sample_t x0 = *(in++); in process_normal_mono() local
166 acc = mul_coef_sample(b0, x0); in process_normal_mono()
175 x1 = x0; in process_normal_mono()
217 audio_sample_t x0 = *in; in process_normal_multi() local
219 acc = mul_coef_sample(b0, x0); in process_normal_multi()
228 x1 = x0; in process_normal_multi()

12