/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | wb_syn_filt.cpp | 160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1); in wb_syn_filt() 161 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -2], a[3], L_tmp2); in wb_syn_filt() 162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1); in wb_syn_filt() 163 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -1], a[2], L_tmp2); in wb_syn_filt() 164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1); in wb_syn_filt() 168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1); in wb_syn_filt() 169 L_tmp2 = fxp_mac_16by16(yy[(i<<2) - j], a[j+1], L_tmp2); in wb_syn_filt() 170 L_tmp1 = fxp_mac_16by16(yy[(i<<2) - j], a[j ], L_tmp1); in wb_syn_filt() 171 L_tmp2 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j ], L_tmp2); in wb_syn_filt() 172 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j+1], L_tmp3); in wb_syn_filt() [all …]
|
D | low_pass_filt_7k.cpp | 164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(i<<2)], fir_7k[0], 0x00004000); in low_pass_filt_7k() 165 L_tmp2 = fxp_mac_16by16(x[(i<<2)+1] + signal[(i<<2)+1], fir_7k[0], 0x00004000); in low_pass_filt_7k() 166 L_tmp3 = fxp_mac_16by16(x[(i<<2)+2] + signal[(i<<2)+2], fir_7k[0], 0x00004000); in low_pass_filt_7k() 167 L_tmp4 = fxp_mac_16by16(x[(i<<2)+3] + signal[(i<<2)+3], fir_7k[0], 0x00004000); in low_pass_filt_7k() 177 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp1); in low_pass_filt_7k() 178 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j ], L_tmp2); in low_pass_filt_7k() 179 L_tmp1 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp1); in low_pass_filt_7k() 180 L_tmp2 = fxp_mac_16by16(tmp3, fir_7k[j+1], L_tmp2); in low_pass_filt_7k() 181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3); in low_pass_filt_7k() 182 L_tmp1 = fxp_mac_16by16(tmp3, fir_7k[j+2], L_tmp1); in low_pass_filt_7k() [all …]
|
D | oversamp_12k8_to_16k.cpp | 292 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), 0x00002000L); in AmrWbInterpol() 293 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); in AmrWbInterpol() 294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); in AmrWbInterpol() 295 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 300 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum); in AmrWbInterpol() 301 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); in AmrWbInterpol() 302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); in AmrWbInterpol() 303 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 308 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum); in AmrWbInterpol() 309 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); in AmrWbInterpol() [all …]
|
D | pred_lt4.cpp | 205 L_sum1 = fxp_mac_16by16(tmp1, pt_inter4_2[i ], L_sum1); in Pred_lt4() 206 L_sum2 = fxp_mac_16by16(tmp2, pt_inter4_2[i ], L_sum2); in Pred_lt4() 207 L_sum1 = fxp_mac_16by16(tmp2, pt_inter4_2[i+1], L_sum1); in Pred_lt4() 208 L_sum2 = fxp_mac_16by16(tmp3, pt_inter4_2[i+1], L_sum2); in Pred_lt4() 209 L_sum3 = fxp_mac_16by16(tmp3, pt_inter4_2[i ], L_sum3); in Pred_lt4() 210 L_sum1 = fxp_mac_16by16(tmp3, pt_inter4_2[i+2], L_sum1); in Pred_lt4() 215 L_sum4 = fxp_mac_16by16(tmp1, pt_inter4_2[i ], L_sum4); in Pred_lt4() 216 L_sum3 = fxp_mac_16by16(tmp1, pt_inter4_2[i+1], L_sum3); in Pred_lt4() 217 L_sum2 = fxp_mac_16by16(tmp1, pt_inter4_2[i+2], L_sum2); in Pred_lt4() 218 L_sum1 = fxp_mac_16by16(tmp1, pt_inter4_2[i+3], L_sum1); in Pred_lt4() [all …]
|
D | band_pass_6k_7k.cpp | 197 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp1); in band_pass_6k_7k() 198 L_tmp2 = fxp_mac_16by16(tmp2, fir_6k_7k[j ], L_tmp2); in band_pass_6k_7k() 199 L_tmp1 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp1); in band_pass_6k_7k() 200 L_tmp2 = fxp_mac_16by16(tmp3, fir_6k_7k[j+1], L_tmp2); in band_pass_6k_7k() 201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3); in band_pass_6k_7k() 202 L_tmp1 = fxp_mac_16by16(tmp3, fir_6k_7k[j+2], L_tmp1); in band_pass_6k_7k() 207 L_tmp2 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp2); in band_pass_6k_7k() 208 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp4); in band_pass_6k_7k() 209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3); in band_pass_6k_7k() 210 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp1); in band_pass_6k_7k() [all …]
|
D | highpass_400hz_at_12k8.cpp | 167 L_tmp1 = fxp_mac_16by16(y1_lo, 29280, 8192L); in highpass_400Hz_at_12k8() 169 L_tmp1 = fxp_mac_16by16(y2_lo, -14160, L_tmp1); in highpass_400Hz_at_12k8() 170 L_tmp2 = fxp_mac_16by16(y2_hi, -14160, L_tmp2); in highpass_400Hz_at_12k8() 174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2); in highpass_400Hz_at_12k8() 175 L_tmp2 = fxp_mac_16by16(x1, -1830, L_tmp2); in highpass_400Hz_at_12k8() 176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2); in highpass_400Hz_at_12k8()
|
D | highpass_50hz_at_12k8.cpp | 171 L_tmp1 = fxp_mac_16by16(y1_lo, 16211, 8192L); in highpass_50Hz_at_12k8() 172 L_tmp1 = fxp_mac_16by16(y2_lo, -8021, L_tmp1); in highpass_50Hz_at_12k8() 174 L_tmp2 = fxp_mac_16by16(y2_hi, -16042, L_tmp2); in highpass_50Hz_at_12k8() 179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2); in highpass_50Hz_at_12k8() 180 L_tmp2 = fxp_mac_16by16(x1, -16212, L_tmp2); in highpass_50Hz_at_12k8() 181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2); in highpass_50Hz_at_12k8()
|
D | weight_amrwb_lpc.cpp | 129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15); in weight_amrwb_lpc() 130 fac = (int16)(fxp_mac_16by16(fac, gamma, roundFactor) >> 15); in weight_amrwb_lpc() 132 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15); in weight_amrwb_lpc()
|
D | deemphasis_32.cpp | 137 L_tmp = fxp_mac_16by16(*mem, mu, L_tmp), in deemphasis_32() 149 L_tmp = fxp_mac_16by16(y[i - 1], mu, L_tmp), in deemphasis_32() 158 L_tmp = fxp_mac_16by16(y[i - 1], mu, L_tmp), in deemphasis_32()
|
D | noise_gen_amrwb.cpp | 115 *seed = (int16)fxp_mac_16by16(*seed, 31821, 13849L); in noise_gen_amrwb()
|
D | pvamrwbdecoder_basic_op_cequivalent.h | 467 __inline int32 fxp_mac_16by16(int16 var1, int16 var2, int32 L_add) in fxp_mac_16by16() function
|
D | pvamrwbdecoder_basic_op_armv5.h | 212 __inline int32 fxp_mac_16by16(const int16 var1, const int16 var2, int32 L_add) in fxp_mac_16by16() function
|
D | pvamrwbdecoder_basic_op_gcc_armv5.h | 258 static inline int32 fxp_mac_16by16(const int16 L_var1, const int16 L_var2, int32 L_add) in fxp_mac_16by16() function
|