Searched refs:L_tmp1 (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dhighpass_400hz_at_12k8.cpp151 int32 L_tmp1; local
167 L_tmp1 = fxp_mac_16by16(y1_lo, 29280, 8192L);
169 L_tmp1 = fxp_mac_16by16(y2_lo, -14160, L_tmp1);
178 L_tmp1 = (L_tmp1 >> 13) + (L_tmp2 << 2); /* coeff Q12 --> Q13 */
183 signal[i] = (int16)((L_tmp1 + 0x00008000) >> 16);
185 y1_hi = (int16)(L_tmp1 >> 16);
186 y1_lo = (int16)((L_tmp1 - (y1_hi << 16)) >> 1);
H A Dhighpass_50hz_at_12k8.cpp153 int32 L_tmp1; local
171 L_tmp1 = fxp_mac_16by16(y1_lo, 16211, 8192L);
172 L_tmp1 = fxp_mac_16by16(y2_lo, -8021, L_tmp1);
184 L_tmp1 = ((L_tmp1 >> 14) + L_tmp2) << 2;
188 y1_hi = (int16)(L_tmp1 >> 16);
189 y1_lo = (int16)((L_tmp1 - (y1_hi << 16)) >> 1);
192 *(pt_sign++) = amr_wb_shl1_round(L_tmp1);
H A Dwb_syn_filt.cpp138 int32 L_tmp1; local
153 L_tmp1 = -((int32)x[(i<<2)] << 11);
160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1);
162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1);
164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1);
168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1);
236 int32 L_tmp1; local
[all...]
H A Dband_pass_6k_7k.cpp157 int32 L_tmp1; local
175 L_tmp1 = 0x00004000;
180 L_tmp1 -= ((int32)x[(i<<2)+L_FIR ] << 5);
185 L_tmp1 -= ((int32)x[(i<<2)] << 5);
197 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp1);
199 L_tmp1 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp1);
202 L_tmp1 = fxp_mac_16by16(tmp3, fir_6k_7k[j+2], L_tmp1);
[all...]
H A Dlow_pass_filt_7k.cpp150 int32 L_tmp1; local
164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(i<<2)], fir_7k[0], 0x00004000);
177 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp1);
179 L_tmp1 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp1);
182 L_tmp1 = fxp_mac_16by16(tmp3, fir_7k[j+2], L_tmp1);
190 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp1);
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dsyn_filt.c98 Word32 L_tmp, L_tmp1; local
107 L_tmp1 = 0;
113 L_tmp1 -= vo_mult32((*p3--), (*p1++));
115 L_tmp1 -= vo_mult32((*p3--), (*p1++));
117 L_tmp1 -= vo_mult32((*p3--), (*p1++));
119 L_tmp1 -= vo_mult32((*p3--), (*p1++));
121 L_tmp1 -= vo_mult32((*p3--), (*p1++));
123 L_tmp1 -= vo_mult32((*p3--), (*p1++));
125 L_tmp1 -= vo_mult32((*p3--), (*p1++));
127 L_tmp1
[all...]
H A Dpitch_f4.c175 Word32 L_tmp, L_tmp1, L_tmp2; local
209 L_tmp1 = 0;
213 L_tmp1 += (excf[i] * excf[i]);
215 L_tmp1 += (excf[i+1] * excf[i+1]);
217 L_tmp1 += (excf[i+2] * excf[i+2]);
219 L_tmp1 += (excf[i+3] * excf[i+3]);
223 L_tmp1 = (L_tmp1 << 1) + 1;
230 exp = norm_l(L_tmp1);
231 L_tmp = (L_tmp1 << ex
[all...]
H A DvoAMRWBEnc.c208 Word32 L_tmp, L_gain_code, L_max, L_tmp1; local
994 L_tmp1 = 5898 * *vo_p0;
996 L_tmp1 += 20972 * *vo_p0++;
997 L_tmp1 += 5898 * *vo_p0--;
1000 *vo_p1++ = (L_tmp1 + 0x4000)>>15;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DNorm_Corr_opt.s105 MOV r6, #0 @L_tmp1 = 0
114 SMLABB r6, r11, r11, r6 @L_tmp1 += excf[i] * excf[i]
115 SMLATT r6, r11, r11, r6 @L_tmp1 += excf[i+1] * excf[i+1]
127 @r5 --- L_tmp, r6 --- L_tmp1
130 ADD r6, r10, r6, LSL #1 @L_tmp1 = (L_tmp1 << 1) + 1
144 MOV r6, r6, LSL r5 @L_tmp = (L_tmp1 << exp)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DNorm_Corr_neon.s120 VMULL.S16 Q10, D0, D0 @L_tmp1 += excf[] * excf[]
161 VPADD.S32 D20, D20, D20 @D20[0] --- L_tmp1 << 1
167 @r5 --- L_tmp, r6 --- L_tmp1
170 ADD r6, r10, r6, LSL #1 @L_tmp1 = (L_tmp1 << 1) + 1
184 MOV r6, r6, LSL r5 @L_tmp = (L_tmp1 << exp)

Completed in 141 milliseconds