Searched defs:x0 (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpost_pro.h106 Word16 x0; member in struct:__anon583
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h78 Word16 x0; member in struct:__anon598
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A 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/av/media/libstagefright/codecs/amrwb/src/
H A Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
158 x0 = mem[4];
172 x1 = x0;
173 x0 = signal[i];
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2);
196 mem[4] = x0;
H A Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
161 x0 = mem[4];
177 x1 = x0;
178 x0 = *pt_sign;
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2);
201 mem[4] = x0;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp400.c64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
71 x0 = *mem++;
77 x1 = x0;
78 x0 = *signal;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
H A Dhp50.c65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
73 x0 = *mem++;
79 x1 = x0;
80 x0 = *signal;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
97 x0 = mem[6];
105 x1 = x0;
106 x0 = wsp[i];
118 L_tmp += (x0 * b[0])<<1;
141 mem[6] = x0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A 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, [pSr
[all...]
H A 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, x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A 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, [pSr
[all...]
H A 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, x
[all...]
/frameworks/base/core/java/android/webkit/
H A DQuadF.java69 private static boolean isPointInTriangle(float x0, float y0, argument
76 float x03 = x0 - r3.x;
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java21 @param x0 The x-coordinate for the start of the gradient line
31 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], argument
39 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
45 @param x0 The x-coordinate for the start of the gradient line
53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, argument
55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
60 private native int nativeCreate1(float x0, float y0, float x1, float y1, argument
62 private native int nativeCreate2(float x0, floa argument
64 nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
66 nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
[all...]
/frameworks/native/services/sensorservice/
H A DFusion.h36 quat_t x0; member in class:android::Fusion
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s39 x0 RN 2 label
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp4, x0, partW ;// (x0+partWidth)
98 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[s
[all...]
H A Dh264bsd_interpolate_hor_quarter.s39 x0 RN 2 label
93 CMP x0, #0
94 BLT do_fill ;// (x0 < 0)
96 ADD tmp4, x0, partW ;// (x0+partWidth)
100 BHI do_fill ;// (x0+partW)>width
124 MOV x0, #0
125 STR x0,[sp,#0x1ec] ;// x0 = 0
126 STR x0,[s
[all...]
H A Dh264bsd_interpolate_ver_half.s39 x0 RN 2 label
92 CMP x0, #0
93 BLT do_fill ;// (x0 < 0)
95 ADD tmp5, x0, partW ;// (x0+partWidth)
98 BHI do_fill ;// (x0+partW)>width
123 MOV x0, #0
124 STR x0,[sp,#0x1ec] ;// x0 = 0
125 STR x0,[s
[all...]
H A Dh264bsd_interpolate_ver_quarter.s38 x0 RN 2 label
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp5, x0, partW ;// (x0+partWidth)
97 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[s
[all...]
H A Dh264bsd_interpolate_chroma_hor.s40 x0 RN 2 label
80 ;// i32 x0, : 0xcc
94 CMP x0, #0
97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
98 ADD tmp6, tmp6, #1 ;// tmp6 = x0 + chromaPartWidth + 1
99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width
119 LDR x0, [sp, #0xcc]
128 MOV x0, #0 ;// x0
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s41 x0 RN 2 label
81 ;// i32 x0, : 0xcc
97 CMP x0, #0
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
124 LDR x0, [sp, #0xcc]
133 MOV x0, #0 ;// x0
[all...]
H A Dh264bsd_interpolate_chroma_ver.s39 x0 RN 2 label
79 ;// i32 x0, : 0xcc
93 CMP x0, #0
96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
97 CMP tmp1, width ;// x0+chromaPartWidth > width
118 LDR x0, [sp, #0xcc]
127 MOV x0, #0 ;// x0 = 0
129 STR x0, [s
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s40 x0 RN 2 label
98 CMP x0, #0
99 BLT do_fill ;// (x0 < 0)
102 ADD tmpa, x0, partW ;// (x0+partWidth)
103 ADD tmpa, tmpa, #5 ;// (x0+partW+5)
105 BHI do_fill ;// (x0+partW)>width
131 MOV x0, #0
132 STR x0,[sp,#0x1ec] ;// x0
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
115 x0 = ((*(blk += 8)) << 8) + 8192;
128 res = (x0 + x4) >> 14;
130 res2 = (x0 + x2) >> 14;
133 res = (x0 + x1) >> 14;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
144 res2 = (x0 - x1) >> 14;
147 res = (x0 - x2) >> 14;
150 res = (x0
160 int32 x0, x1, x3, x5, x7;//, x8; local
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
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/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp162 audio_sample_t x0 = *(in++); local
164 acc = mul_coef_sample(b0, x0);
173 x1 = x0;
215 audio_sample_t x0 = *in; local
217 acc = mul_coef_sample(b0, x0);
226 x1 = x0;

Completed in 4190 milliseconds

12