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

12345678910

/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/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/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp116 uint32_t x1 = xstart; local
121 for (;x1 < x2; x1++, out++) {
126 for (;x1 < x2; x1++, out++, in++) {
135 if((x1 + 8) < x2) {
136 uint32_t len = (x2 - x1) >> 3;
138 x1 += len << 3;
143 for (;x1 < x2; x1
[all...]
H A DrsCpuIntrinsicYuvToRGB.cpp131 uint32_t x1 = xstart; local
153 if(x2 > x1) {
155 int32_t len = (x2 - x1 - 1) >> 3;
159 x1 += len << 3;
164 // ALOGE("y %i %i %i", p->y, x1, x2);
165 while(x1 < x2) {
166 uchar u = uv[(x1 & 0xffffe) + 1];
167 uchar v = uv[(x1 & 0xffffe) + 0];
168 *out = rsYuvToRGBA_uchar4(Y[x1], u, v);
170 x1
[all...]
H A DrsCpuIntrinsicBlur.cpp150 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
151 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
152 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
156 int x1, int x2) {
160 int t = (x2 - x1);
163 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
165 x1 += t;
169 while(x2 > x1) {
181 x1
154 OneVFU4(float4 *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
187 OneVFU1(float *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
287 uint32_t x1 = xstart; local
344 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsicColorMatrix.cpp117 uint32_t x1 = xstart; local
120 if(x2 > x1) {
122 int32_t len = (x2 - x1) >> 2;
125 x1 += len << 2;
131 while(x1 != x2) {
133 x1++;
144 uint32_t x1 = xstart; local
147 if(x2 > x1) {
149 int32_t len = (x2 - x1) >> 2;
152 x1
171 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp75 uint32_t x1 = rsMax((int32_t)x-1, 0); local
81 convert_float4(py0[x1]) * coeff[1] +
87 convert_float4(py1[x1]) * coeff[6] +
93 convert_float4(py2[x1]) * coeff[11] +
99 convert_float4(py3[x1]) * coeff[16] +
105 convert_float4(py4[x1]) * coeff[21] +
147 uint32_t x1 = xstart; local
150 while((x1 < x2) && (x1 < 2)) {
151 One(p, x1, ou
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
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_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/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/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushManagerParams.java37 public static final int MESSAGE_HANDLED = 0x1;
/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);
82 0x1);
88 0x1);
93 0x1);
98 0x1);
103 0x1);
108 0x1);
113 0x1);
118 0x1);
123 0x1);
[all...]
/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/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 8;
107 int32 x0, x1, x local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
185 int32 x1, x3, x5, x7;//, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/base/libs/hwui/
H A DPatch.cpp221 float x1 = 0.0f; local
231 x2 = x1 + floorf(segment * stretchX + 0.5f);
233 x2 = x1 + segment * rescaleX;
236 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
242 x1 += i * EXPLODE_GAP;
245 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
251 x1 = x2;
260 x1 += mXCount * EXPLODE_GAP;
263 generateQuad(vertex, x1, y
267 generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, float u1, float v1, float u2, float v2, uint32_t& quadCount) argument
[all...]
/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h71 kStatusDraw = 0x1,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java27 LARGE(0x1),
H A DTextAlignment.java27 CENTER(0x1),

Completed in 489 milliseconds

12345678910