Searched defs:x1 (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes_s.h62 OMX_VC_UPPER EQU 0x1 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes_s.h62 OMX_VC_UPPER EQU 0x1 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpost_pro.h107 Word16 x1; member in struct:__anon583
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h79 Word16 x1; member in struct:__anon598
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
123 x1 = x[-2];
131 if (x2 < x1)
133 tmp = x1;
134 x1 = x2;
137 if (x3 < x1)
139 tmp = x1;
140 x1 = x3;
143 if (x4 < x1)
145 tmp = x1;
[all...]
H A Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
159 x1 = mem[5];
171 x2 = x1;
172 x1 = x0;
175 L_tmp2 = fxp_mac_16by16(x1, -1830, L_tmp2);
197 mem[5] = x1;
H A Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
162 x1 = mem[5];
176 x2 = x1;
177 x1 = x0;
180 L_tmp2 = fxp_mac_16by16(x1, -16212, L_tmp2);
202 mem[5] = x1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s35 x1 RN 4 label
48 LDMIA pSrc!,{x0, x1}
52 USAT16 x1, #8, x1 ;// clip two samples to [0,255]
56 STRB x1, [pDst,#2]
57 MOV x1, x1, LSR #16
58 STRB x1, [pDst,#3]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp400.c64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
72 x1 = *mem;
76 x2 = x1;
77 x1 = x0;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
96 *mem-- = x1;
H A Dhp50.c65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
74 x1 = *mem;
78 x2 = x1;
79 x1 = x0;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
96 *mem-- = x1;
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
98 x1 = mem[7];
104 x2 = x1;
105 x1 = x0;
119 L_tmp += (x1 * b[1])<<1;
142 mem[7] = x1;
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
177 x1 = x[-2];
183 if (x2 < x1)
185 tmp = x1;
186 x1 = x2;
189 if (x3 < x1)
191 tmp = x1;
192 x1 = x3;
195 if (x4 < x1)
197 tmp = x1;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s40 x1 RN 5 label
63 M_LDR x1, [pSrc], srcStep
66 M_STR x1, [pDst], dstStep
73 LDR x1, [pSrc, #4]
78 ORR x0, x0, x1, LSL #24
82 LDR x1, [pSrc, #4]
88 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
101 ORR x0, x0, x1, LSL #16
107 LDR x1, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s34 x1 RN 10 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
94 ORR x0, x0, x1, LSL #24
95 MOV x1, x1, LSR #8
96 ORR x1, x1, x2, LSL #24
98 STM pDst!, {x0, x1, x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s40 x1 RN 5 label
63 M_LDR x1, [pSrc], srcStep
66 M_STR x1, [pDst], dstStep
73 LDR x1, [pSrc, #4]
78 ORR x0, x0, x1, LSL #24
82 LDR x1, [pSrc, #4]
88 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
101 ORR x0, x0, x1, LSL #16
107 LDR x1, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s34 x1 RN 10 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
94 ORR x0, x0, x1, LSL #24
95 MOV x1, x1, LSR #8
96 ORR x1, x1, x2, LSL #24
98 STM pDst!, {x0, x1, x
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java23 @param x1 The x-coordinate for the end 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,
47 @param x1 The x-coordinate for the end 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, float y0, float x1, 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/compile/libbcc/runtime/lib/ppc/
H A Dgcc_qdiv.c17 register double x = dst.s.hi, x1 = dst.s.lo, local
48 tmp = ((tmp + x1) - y1 * q) / y;
/frameworks/native/services/sensorservice/
H A DFusion.h37 vec3_t x1; member in class:android::Fusion
74 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp106 uint8_t x1 = data[i]; local
110 out->append(encode6Bit(x1 >> 2));
111 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
120 uint8_t x1 = data[i]; local
122 out->append(encode6Bit(x1 >> 2));
123 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
130 uint8_t x1 = data[i]; local
131 out->append(encode6Bit(x1 >> 2));
132 out->append(encode6Bit((x1 << 4) & 0x3f));
/frameworks/rs/driver/
H A DrsdIntrinsicLUT.cpp44 uint32_t x1 = xstart; local
56 while (x1 < x2) {
62 x1++;
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicLUT.cpp44 uint32_t x1 = xstart; local
56 while (x1 < x2) {
62 x1++;
/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
895 x1 = *((uint32*)prev); /* load a3 a2 a1 a0 */
900 x1m = (x1 >> 2) & mask; /* zero out last 2 bits */
902 x1 = x1 ^(x1m << 2);
905 x1 += x2;
927 /* now operate on x1m, x1, y1m, y1, x2m, x2 */
931 /* x1, y1, x2 */
934 y2 = x1 >> 8;
938 x1
[all...]
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
124 x1 = (181 * (x4 - x5) + 128) >> 8;
133 res = (x0 + x1) >> 14;
144 res2 = (x0 - x1) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
162 x1 = blk[8];
166 x7 = W7 * x1;
167 x1 = W1 * x1;
170 x5 = (181 * (x1
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/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
178 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
181 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
184 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x1, y1, 0.0f);
240 System.err.println(" input [touchscreen|touchpad] swipe <x1> <y1> <x2> <y2>");

Completed in 4039 milliseconds

123