Searched refs:x2 (Results 1 - 25 of 241) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
124 x2 = x[-1];
131 if (x2 < x1)
134 x1 = x2;
135 x2 = tmp;
153 if (x3 < x2)
155 tmp = x2;
156 x2 = x3;
159 if (x4 < x2)
161 tmp = x2;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s55 x2 RN 8 label
79 M_LDR x2, [pSrc], srcStep
82 M_STR x2, [pDst], dstStep
90 M_LDR x2, [pSrc], srcStep
94 MOV x2, x2, LSR #8
95 ORR x2, x2, x3, LSL #24
98 M_STR x2, [pDst], dstStep
100 M_LDR x2, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s49 x2 RN 11 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
110 ORR x1, x1, x2, LSL #24
111 MOV x2, x2, LSR #8
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
117 LDM pSrc, {x0, x1, x2}
126 ORR x1, x1, x2, LS
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s55 x2 RN 8 label
79 M_LDR x2, [pSrc], srcStep
82 M_STR x2, [pDst], dstStep
90 M_LDR x2, [pSrc], srcStep
94 MOV x2, x2, LSR #8
95 ORR x2, x2, x3, LSL #24
98 M_STR x2, [pDst], dstStep
100 M_LDR x2, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s49 x2 RN 11 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
110 ORR x1, x1, x2, LSL #24
111 MOV x2, x2, LSR #8
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
117 LDM pSrc, {x0, x1, x2}
126 ORR x1, x1, x2, LS
[all...]
/frameworks/rs/driver/runtime/
H A Drs_abi_debuginfo.c11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s50 x2 RN 5 label
64 LDMIA pSrc!,{x2, x3}
74 USAT16 x2, #8, x2 ;// clip two samples to [0,255]
76 STRB x2, [pDst,#4]
77 MOV x2, x2, LSR #16
78 STRB x2, [pDst,#5]
/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},
214 {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4}, {0x2, 1, 0, 4},
215 {0x2, 1, 0, 4}, {0x2,
[all...]
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
123 x2 = (181 * (x4 + x5) + 128) >> 8;
130 res2 = (x0 + x2) >> 14;
147 res = (x0 - x2) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
200 x2 = blk[10];
210 x6 = (W6 * x2 + 4) >> 3;
211 x2 = (W2 * x2 + 4) >> 3;
212 x8 = x0 - x2;
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.java34 float x2 = 150f;
39 float xTot = (x1 + x2 + x3);
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 + x2 + x3 * 0.2f) / xTot, 1f,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushManagerParams.java43 public static final int APP_QUERY_FAILED = 0x2;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dupdt_tar.c29 Word16 * x2, /* (o) Q0 : new target (for codebook search) */
43 x2[i] = extract_h(L_shl2(L_tmp, 1));
27 Updt_tar( Word16 * x, Word16 * x2, Word16 * y, Word16 gain, Word16 L ) argument
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
99 x2 = mem[8];
103 x3 = x2;
104 x2 = x1;
120 L_tmp += (x2 * b[2])<<1;
143 mem[8] = x2;
/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h58 const T x2 = x * x; local
59 const T x3 = x2 * x;
60 const T x4 = x2 * x2;
61 const T x5 = x3 * x2;
62 return 1.0f + x + 0.5f * x2 +
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp119 uint32_t x2 = xend; local
123 if (rsdIntrinsicBlend_K(out, in, info->slot, x1, x2) >= 0)
129 for (;x1 < x2; x1++, out++) {
134 for (;x1 < x2; x1++, out++, in++) {
144 if ((x1 + 8) < x2) {
145 uint32_t len = (x2 - x1) >> 3;
153 for (;x1 < x2; x1++, out++, in++) {
163 if ((x1 + 8) < x2) {
164 uint32_t len = (x2 - x1) >> 3;
172 for (;x1 < x2; x
[all...]
/frameworks/base/libs/hwui/
H A DPatch.cpp153 float x2 = 0.0f; local
162 x2 = x1 + floorf(segment * stretchX + 0.5f);
164 x2 = x1 + segment * rescaleX;
167 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
172 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
175 x1 = x2;
182 x2 = width;
183 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
187 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, floa argument
[all...]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dconvolve3x3.rs28 uint32_t x2 = max((int32_t)x-1, 0);
34 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[2];
37 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y)) * gCoeffs[5];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs28 uint32_t x2 = max((int32_t)x-1, 0);
34 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[2];
37 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y)) * gCoeffs[5];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve3x3.rs28 uint32_t x2 = max((int32_t)x-1, 0);
34 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[2];
37 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y)) * gCoeffs[5];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
109 x2 = blk[16];
114 x6 = W6 * x2;
115 x2 = W2 * x2;
116 x8 = x0 - x2;
117 x0 += x2;
118 x2 = x8;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
211 int32 x0, x2, x4, x6; 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
635 int32 x0, x2, x4, x6; 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
1118 int32 x0, x2, x4, x6; 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
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java28 SMALL(0x2);
H A DTextAlignment.java28 RIGHT(0x2),
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression.cpp104 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) { argument
107 std::max(std::fabs(*x2), kMinLogAbsValue));
130 *x2 *= compressor_gain_;
131 if (*x2 > kFixedPointLimit) {
132 *x2 = kFixedPointLimit;
134 if (*x2 < -kFixedPointLimit) {
135 *x2 = -kFixedPointLimit;
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h251 inline double Poly3(double A, double B, double C, double x, double x2) { argument
252 return Poly2(A, B, x) + C * x2;
259 inline double Poly4(double A, double B, double C, double D, double x, double x2) { argument
260 return Poly2(A, B, x) + Poly2(C, D, x) * x2; // same as poly2(poly2, poly2, x2);
269 double x2 = x * x; local
270 return Poly4(A, B, C, D, x, x2) + Poly3(E, F, G, x, x2) * (x2 * x2);
273 Poly8(double A, double B, double C, double D, double E, double F, double G, double H, double x, double x2, double x4) argument
280 double x2 = x * x; local
375 I0SqrRat(double x2, double num, double den) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp116 uint8_t x2 = data[i + 1]; local
120 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
121 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
130 uint8_t x2 = data[i + 1]; local
132 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
133 out->append(encode6Bit((x2 << 2) & 0x3f));

Completed in 606 milliseconds

12345678910