Searched refs:x1 (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/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/m4v_h263/dec/src/
H A Dvlc_tab.cpp200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6},
202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5},
211 {0x0, 1, 0, 2}, {0x0, 1, 0, 2}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3},
212 {0x1, 1, 0, 3}, {0x1,
[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/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DHeadsUpAppearInterpolator.java33 float x1 = 250f;
39 float xTot = (x1 + x2 + x3);
40 path.cubicTo(x1 * 0.9f / xTot, 0f,
41 x1 * 0.8f / xTot, y1 / y3,
42 x1 / xTot , y1 / y3);
43 path.cubicTo((x1 + x2 * 0.4f) / xTot, y1 / y3,
44 (x1 + x2 * 0.2f) / xTot, y2 / y3,
45 (x1 + x2) / xTot, y2 / y3);
46 path.cubicTo((x1 + x2 + x3 * 0.4f) / xTot, y2 / y3,
47 (x1
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp120 uint32_t x1 = xstart; local
127 if (rsdIntrinsicBlend_K(out, in, info->slot, x1, x2) >= 0)
133 for (;x1 < x2; x1++, out++) {
138 for (;x1 < x2; x1++, out++, in++) {
148 if ((x1 + 8) < x2) {
149 uint32_t len = (x2 - x1) >> 3;
151 x1 += len << 3;
157 for (;x1 < x
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp95 uint32_t x1 = rsMax((int32_t)x-1, 0); local
98 float4 px = convert_float4(py0[x1]) * coeff[0] +
101 convert_float4(py1[x1]) * coeff[3] +
104 convert_float4(py2[x1]) * coeff[6] +
117 uint32_t x1 = rsMax((int32_t)x-1, 0); local
120 float2 px = convert_float2(py0[x1]) * coeff[0] +
123 convert_float2(py1[x1]) * coeff[3] +
126 convert_float2(py2[x1]) * coeff[6] +
138 uint32_t x1 = rsMax((int32_t)x-1, 0); local
141 float px = ((float)py0[x1]) * coef
157 uint32_t x1 = rsMax((int32_t)x-1, 0); local
168 uint32_t x1 = rsMax((int32_t)x-1, 0); local
179 uint32_t x1 = rsMax((int32_t)x-1, 0); local
205 uint32_t x1 = xstart; local
252 uint32_t x1 = xstart; local
297 uint32_t x1 = xstart; local
342 uint32_t x1 = xstart; local
387 uint32_t x1 = xstart; local
431 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsicBlur.cpp158 extern void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
165 int x1, int x2) {
166 out += x1;
169 int t = (x2 - x1);
172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
174 x1 += t;
179 while(x2 > x1) {
163 OneVFU4(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
197 OneVFU1(float *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
296 uint32_t x1 = xstart; local
367 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp94 uint32_t x1 = rsMax((int32_t)x-1, 0); local
100 convert_float4(py0[x1]) * coeff[1] +
106 convert_float4(py1[x1]) * coeff[6] +
112 convert_float4(py2[x1]) * coeff[11] +
118 convert_float4(py3[x1]) * coeff[16] +
124 convert_float4(py4[x1]) * coeff[21] +
137 uint32_t x1 = rsMax((int32_t)x-1, 0); local
143 convert_float2(py0[x1]) * coeff[1] +
149 convert_float2(py1[x1]) * coeff[6] +
155 convert_float2(py2[x1]) * coef
180 uint32_t x1 = rsMax((int32_t)x-1, 0); local
223 uint32_t x1 = rsMax((int32_t)x-1, 0); local
265 uint32_t x1 = rsMax((int32_t)x-1, 0); local
307 uint32_t x1 = rsMax((int32_t)x-1, 0); local
373 uint32_t x1 = xstart; local
433 uint32_t x1 = xstart; local
482 uint32_t x1 = xstart; local
531 uint32_t x1 = xstart; local
580 uint32_t x1 = xstart; local
629 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsicYuvToRGB.cpp127 uint32_t x1 = xstart; local
158 if((x1 & 1) && (x2 > x1)) {
159 int cx = (x1 >> 1) * cstep;
160 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
162 x1++;
166 if((x2 > x1) && gArchUseSIMD) {
167 int32_t len = x2 - x1;
169 rsdIntrinsicYuv2_K(info->outPtr[0], Y, u, v, x1, x2);
170 x1
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s48 x1 RN 10 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
108 ORR x0, x0, x1, LSL #24
109 MOV x1, x1, LSR #8
110 ORR x1, x1, x2, LSL #24
112 STM pDst!, {x0, x1, x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s48 x1 RN 10 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
108 ORR x0, x0, x1, LSL #24
109 MOV x1, x1, LSR #8
110 ORR x1, x1, x2, LSL #24
112 STM pDst!, {x0, x1, x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s49 x1 RN 4 label
62 LDMIA pSrc!,{x0, x1}
66 USAT16 x1, #8, x1 ;// clip two samples to [0,255]
70 STRB x1, [pDst,#2]
71 MOV x1, x1, LSR #16
72 STRB x1, [pDst,#3]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushManagerParams.java37 public static final int MESSAGE_HANDLED = 0x1;
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java44 @param x1 The x-coordinate for the end of the gradient line
52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], argument
63 mX1 = x1;
68 init(nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt));
74 @param x1 The x-coordinate for the end of the gradient line
80 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, argument
85 mX1 = x1;
90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt));
115 private native long nativeCreate1(float x0, float y0, float x1, float y1, argument
117 private native long nativeCreate2(float x0, float y0, float x1, floa argument
[all...]
/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;
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h131 #define ANDROID_MP2TSEVENT_EOS ((SLuint32) 0x1)
133 #define ANDROID_MP2TSEVENT_DISCONTINUITY ((SLuint32) 0x1 << 1)
136 #define ANDROID_MP2TSEVENT_DISCON_NEWPTS ((SLuint32) 0x1 << 2)
138 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_FULL ((SLuint32) 0x1 << 3)
139 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_VIDEO ((SLuint32) 0x1 << 4)
153 kAndroidBufferTypeMpeg2Ts = ((SLuint16) 0x1),
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp73 0x1);
80 0x1);
87 0x1);
89 ".comment", LDFileFormat::MetaData, llvm::ELF::SHT_PROGBITS, 0x0, 0x1);
95 0x1);
100 0x1);
102 ".debug", LDFileFormat::Debug, llvm::ELF::SHT_PROGBITS, 0x0, 0x1);
108 0x1);
114 0x1);
120 0x1);
[all...]
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp110 uint8_t x1 = data[i]; local
114 out->append(encode6Bit(x1 >> 2));
115 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
124 uint8_t x1 = data[i]; local
126 out->append(encode6Bit(x1 >> 2));
127 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
134 uint8_t x1 = data[i]; local
135 out->append(encode6Bit(x1 >> 2));
136 out->append(encode6Bit((x1 << 4) & 0x3f));
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEncodings.h185 0x1
209 0x1
227 0x1
233 0x1
257 0x1
263 0x1
269 0x1
311 0x1
335 0x1
377 0x1
[all...]
/frameworks/av/include/media/
H A DAudioPolicy.h31 #define RULE_MATCH_ATTRIBUTE_USAGE 0x1
32 #define RULE_MATCH_ATTRIBUTE_CAPTURE_PRESET (0x1 << 1)
50 #define MIX_ROUTE_FLAG_RENDER 0x1
51 #define MIX_ROUTE_FLAG_LOOP_BACK (0x1 << 1)
75 static const uint32_t kCbFlagNotifyActivity = 0x1;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve3x3.rs27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
35 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y)) * gCoeffs[3];
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
35 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y)) * gCoeffs[3];
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];

Completed in 625 milliseconds

1234567891011>>