Searched refs:x1 (Results 1 - 25 of 236) 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/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp114 uint32_t x1 = xstart; local
119 for (;x1 < x2; x1++, out++) {
124 for (;x1 < x2; x1++, out++, in++) {
134 if((x1 + 8) < x2) {
135 uint32_t len = (x2 - x1) >> 3;
137 x1 += len << 3;
143 for (;x1 < x2; x1
[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
422 uint32_t x1 = xstart; local
471 uint32_t x1 = xstart; local
520 uint32_t x1 = xstart; local
569 uint32_t x1 = xstart; local
618 uint32_t x1 = xstart; local
[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.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
346 uint32_t x1 = xstart; local
[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/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 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
69 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
76 @param x1 The x-coordinate for the end of the gradient line
82 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, argument
87 mX1 = x1;
92 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
93 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y
119 nativeCreate1(float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
121 nativeCreate2(float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
123 nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
125 nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
[all...]
/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/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/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.cpp175 float x1 = 0.0f; local
185 x2 = x1 + floorf(segment * stretchX + 0.5f);
187 x2 = x1 + segment * rescaleX;
190 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
195 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
198 x1 = x2;
206 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
210 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, argument
215 if (x1 < 0.
[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 906 milliseconds

12345678910