Searched refs:L_tmp3 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | wb_syn_filt.cpp | 140 int32 L_tmp3; in wb_syn_filt() local 155 L_tmp3 = -((int32)x[(i<<2)+2] << 11); in wb_syn_filt() 172 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j+1], L_tmp3); in wb_syn_filt() 174 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j ], L_tmp3); in wb_syn_filt() 180 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j], L_tmp3); in wb_syn_filt() 195 L_tmp3 = fxp_mac_16by16(yy[(i<<2) - 1], a[3], L_tmp3); in wb_syn_filt() 197 L_tmp3 = fxp_mac_16by16(yy[(i<<2)], a[2], L_tmp3); in wb_syn_filt() 199 L_tmp3 = fxp_mac_16by16(yy[(i<<2) + 1], a[1], L_tmp3); in wb_syn_filt() 201 L_tmp3 = shl_int32(L_tmp3, 4); in wb_syn_filt() 202 L_tmp3 = L_tmp3 == INT32_MIN ? INT32_MIN + 1 : L_tmp3; in wb_syn_filt() [all …]
|
D | band_pass_6k_7k.cpp | 159 int32 L_tmp3; in band_pass_6k_7k() local 177 L_tmp3 = 0x00004000; in band_pass_6k_7k() 182 L_tmp3 -= ((int32)x[(i<<2)+L_FIR+2] << 5); in band_pass_6k_7k() 187 L_tmp3 -= ((int32)x[(i<<2)+2] << 5); in band_pass_6k_7k() 201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3); in band_pass_6k_7k() 209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3); in band_pass_6k_7k() 213 L_tmp3 = fxp_mac_16by16(tmp2, fir_6k_7k[j+2], L_tmp3); in band_pass_6k_7k() 219 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp3); in band_pass_6k_7k() 226 L_tmp3 = fxp_mac_16by16(x[(i<<2)+j+2], fir_6k_7k[L_FIR-1 ], L_tmp3); in band_pass_6k_7k() 232 *(pt_sign++) = (int16)(L_tmp3 >> 15); in band_pass_6k_7k()
|
D | low_pass_filt_7k.cpp | 152 int32 L_tmp3; in low_pass_filt_7k() local 166 L_tmp3 = fxp_mac_16by16(x[(i<<2)+2] + signal[(i<<2)+2], fir_7k[0], 0x00004000); in low_pass_filt_7k() 181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3); in low_pass_filt_7k() 189 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+1], L_tmp3); in low_pass_filt_7k() 193 L_tmp3 = fxp_mac_16by16(tmp2, fir_7k[j+2], L_tmp3); in low_pass_filt_7k() 199 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp3); in low_pass_filt_7k() 206 L_tmp3 = fxp_mac_16by16(x[(i<<2)+j+2], fir_7k[j ], L_tmp3); in low_pass_filt_7k() 211 signal[(i<<2)+2] = (int16)(L_tmp3 >> 15); in low_pass_filt_7k()
|