Home
last modified time | relevance | path

Searched refs:L_tmp4 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dwb_syn_filt.cpp141 int32 L_tmp4; in wb_syn_filt() local
156 L_tmp4 = -((int32)x[(i<<2)+3] << 11); in wb_syn_filt()
173 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j+1], L_tmp4); in wb_syn_filt()
175 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j ], L_tmp4); in wb_syn_filt()
181 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j], L_tmp4); in wb_syn_filt()
194 L_tmp4 = fxp_mac_16by16(yy[(i<<2)], a[3], L_tmp4); in wb_syn_filt()
196 L_tmp4 = fxp_mac_16by16(yy[(i<<2) + 1], a[2], L_tmp4); in wb_syn_filt()
203 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+2], a[1], L_tmp4); in wb_syn_filt()
205 L_tmp4 = shl_int32(L_tmp4, 4); in wb_syn_filt()
207 y[(i<<2)+3] = yy[(i<<2)+3] = amr_wb_round(-L_tmp4); in wb_syn_filt()
[all …]
Dband_pass_6k_7k.cpp160 int32 L_tmp4; in band_pass_6k_7k() local
178 L_tmp4 = 0x00004000; in band_pass_6k_7k()
183 L_tmp4 -= ((int32)x[(i<<2)+L_FIR+3] << 5); in band_pass_6k_7k()
188 L_tmp4 -= ((int32)x[(i<<2)+3] << 5); in band_pass_6k_7k()
208 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp4); in band_pass_6k_7k()
212 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp4); in band_pass_6k_7k()
218 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp4); in band_pass_6k_7k()
220 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+3], L_tmp4); in band_pass_6k_7k()
227 L_tmp4 = fxp_mac_16by16(x[(i<<2)+j+3], fir_6k_7k[L_FIR-1 ], L_tmp4); in band_pass_6k_7k()
233 *(pt_sign++) = (int16)(L_tmp4 >> 15); in band_pass_6k_7k()
Dlow_pass_filt_7k.cpp153 int32 L_tmp4; in low_pass_filt_7k() local
167 L_tmp4 = fxp_mac_16by16(x[(i<<2)+3] + signal[(i<<2)+3], fir_7k[0], 0x00004000); in low_pass_filt_7k()
188 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp4); in low_pass_filt_7k()
192 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp4); in low_pass_filt_7k()
198 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp4); in low_pass_filt_7k()
200 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp4); in low_pass_filt_7k()
207 L_tmp4 = fxp_mac_16by16(x[(i<<2)+j+3], fir_7k[j ], L_tmp4); in low_pass_filt_7k()
212 signal[(i<<2)+3] = (int16)(L_tmp4 >> 15); in low_pass_filt_7k()