Searched refs:x1 (Results 1 - 25 of 278) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DAudioPolicy.h31 #define RULE_MATCH_ATTRIBUTE_USAGE 0x1
32 #define RULE_MATCH_ATTRIBUTE_CAPTURE_PRESET (0x1 << 1)
41 #define ROUTE_FLAG_RENDER 0x1
42 #define ROUTE_FLAG_LOOP_BACK (0x1 << 1)
H A DIMediaPlayerService.h84 kBatteryDataTrackAudio = 0x1,
/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;
H A Ddynamic_range_compression.h59 void Compress(float *x1, float *x2);
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp152 audio_sample_t x1 = mDelays[0][0]; local
165 acc = mac_coef_sample(b1, x1, acc);
172 x2 = x1;
173 x1 = x0;
176 mDelays[0][0] = x1;
210 audio_sample_t x1 = mDelays[ch][0]; local
218 acc = mac_coef_sample(b1, x1, acc);
225 x2 = x1;
226 x1 = x0;
231 mDelays[ch][0] = x1;
[all...]
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp114 protectionAbsent &= 0x1;
166 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
H A DMPEG4Writer.cpp2759 mOwner->writeInt16(0x1); // data ref index
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp164 j = index & 0x1;
H A Dd2_9pf.cpp227 i = sign & 0x1;
H A Dd3_14pf.cpp179 j = index & 0x1;
193 j = index & 0x1;
H A Dd4_17pf.cpp230 j = index & 0x1;
250 i = sign & 0x1;
H A Dd8_31pf.cpp469 ia = LSBs & 0x1;
H A Dpost_pro.cpp186 state->x1 = 0;
226 state->x1 = 0;
296 x2 = st->x1;
297 st->x1 = st->x0;
306 L_tmp = L_mac (L_tmp, st->x1, b[1]);
365 x2 = st->x1;
366 st->x1 = st->x0;
377 L_tmp += ((Word32) st->x1) * c_b1;
H A Dpost_pro.h107 Word16 x1; member in struct:__anon370
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.cpp292 state->x1 = 0;
333 state->x1 = 0;
489 x2 = st->x1;
490 st->x1 = st->x0;
499 L_tmp = L_mac (L_tmp, st->x1, b[1]);
551 x_n_2 = st->x1;
583 st->x1 = x_n_2;
H A Dpre_proc.h79 Word16 x1; member in struct:__anon385
H A Dqgain795.cpp631 if ((tmp & 0x1) != 0)
/frameworks/av/media/libstagefright/codecs/amrwb/src/
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;
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...]
/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/avc/common/src/
H A Dmb_access.cpp292 avail_c = (C >> ((block_y << 2) + new_block_x)) & 0x1;

Completed in 241 milliseconds

1234567891011>>