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

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes_s.h76 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.h76 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:__anon370
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h79 Word16 x1; member in struct:__anon385
/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.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/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.s54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSr
[all...]
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_Copy_unsafe_s.s54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSr
[all...]
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/base/core/java/android/transition/
H A DCircularPropagation.java102 private static float distance(float x1, float y1, float x2, float y2) { argument
103 float x = x2 - x1;
/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/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression.cpp105 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) { argument
107 const float max_abs_x = std::max(std::fabs(*x1),
124 *x1 *= compressor_gain_;
125 if (*x1 > kFixedPointLimit) {
126 *x1 = kFixedPointLimit;
128 if (*x1 < -kFixedPointLimit) {
129 *x1 = -kFixedPointLimit;
/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/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/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/core/java/android/view/animation/
H A DPathInterpolator.java122 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0);
134 initQuad(x1, y1);
138 initCubic(x1, y1, x2, y2);
150 private void initCubic(float x1, float y1, float x2, float y2) { argument
153 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp63 uint32_t x1 = xstart; local
71 while (x1 < x2) {
78 x1++;

Completed in 416 milliseconds

123