/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | calc_sbr_anafilterbank.cpp | 166 realAccu1 = fxp_mac32_by_16(Qfmt27(-0.51075594183097F), -pt_X_1[-128], realAccu1); in calc_sbr_anafilterbank_LC() 167 realAccu1 = fxp_mac32_by_16(Qfmt27(-0.01876919066980F), pt_X_1[-256], realAccu1); in calc_sbr_anafilterbank_LC() 168 *(p_Y_1++) = fxp_mac32_by_16(Qfmt27(-0.01876919066980F), -pt_X_1[ -64], realAccu1); in calc_sbr_anafilterbank_LC() 186 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1); in calc_sbr_anafilterbank_LC() 187 realAccu2 = fxp_mac32_by_16(*(pt_C++), tmp2, realAccu2); in calc_sbr_anafilterbank_LC() 190 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1); in calc_sbr_anafilterbank_LC() 191 realAccu2 = fxp_mac32_by_16(*(pt_C++), tmp2, realAccu2); in calc_sbr_anafilterbank_LC() 194 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1); in calc_sbr_anafilterbank_LC() 195 realAccu2 = fxp_mac32_by_16(*(pt_C++), tmp2, realAccu2); in calc_sbr_anafilterbank_LC() 198 *(p_Y_1++) = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1); in calc_sbr_anafilterbank_LC() [all …]
|
D | ps_all_pass_fract_delay_filter.cpp | 221 …iTmp = fxp_mac32_by_16(-*iIn << 1, rTmp0, iTmp); /* Q_fract(k,m)*y(n-1) - a(m)*g_decay_slope… in ps_all_pass_fract_delay_filter_type_I() 222 …*pt_iTmp = fxp_mac32_by_16(iTmp << 1, rTmp0, *iIn); /* y(n) = x(n) + a(m)*g_decay_slope(k)*( Q_… in ps_all_pass_fract_delay_filter_type_I() 225 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp); in ps_all_pass_fract_delay_filter_type_I() 226 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn); in ps_all_pass_fract_delay_filter_type_I() 244 …iTmp = fxp_mac32_by_16(-*iIn << 1, rTmp0, iTmp); /* Q_fract(k,m)*y(n-1) - a(m)*g_decay_slope… in ps_all_pass_fract_delay_filter_type_I() 245 …*pt_iTmp = fxp_mac32_by_16(iTmp << 1, rTmp0, *iIn); /* y(n) = x(n) + a(m)*g_decay_slope(k)*( Q_… in ps_all_pass_fract_delay_filter_type_I() 248 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp); in ps_all_pass_fract_delay_filter_type_I() 249 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn); in ps_all_pass_fract_delay_filter_type_I() 265 …iTmp = fxp_mac32_by_16(-*iIn, rTmp0, iTmp); /* Q_fract(k,m)*y(n-1) - a(m)*g_decay_slope(k)… in ps_all_pass_fract_delay_filter_type_I() 266 …*pt_iTmp = fxp_mac32_by_16(iTmp, rTmp0, *iIn); /* y(n) = x(n) + a(m)*g_decay_slope(k)*( Q_fra… in ps_all_pass_fract_delay_filter_type_I() [all …]
|
D | ps_stereo_processing.cpp | 232 *(ptr_hybrLeftReal) = fxp_mac32_by_16(temp2, h21, temp3) << 1; in ps_stereo_processing() 235 *(ptr_hybrRightReal) = fxp_mac32_by_16(temp2, h22, temp3) << 1; in ps_stereo_processing() 245 *(ptr_hybrLeftImag) = fxp_mac32_by_16(temp2, h21, temp3) << 1; in ps_stereo_processing() 248 *(ptr_hybrRightImag) = fxp_mac32_by_16(temp2, h22, temp3) << 1; in ps_stereo_processing() 285 *(ptr_hybrLeftReal) = fxp_mac32_by_16(temp2, h21, temp3) << 1; in ps_stereo_processing() 288 *(ptr_hybrRightReal) = fxp_mac32_by_16(temp2, h22, temp3) << 1; in ps_stereo_processing() 298 *(ptr_hybrLeftImag) = fxp_mac32_by_16(temp2, h21, temp3) << 1; in ps_stereo_processing() 301 *(ptr_hybrRightImag) = fxp_mac32_by_16(temp2, h22, temp3) << 1; in ps_stereo_processing() 342 *(ptr_hybrLeftReal++) = fxp_mac32_by_16(temp2, h21, temp3) << 1; in ps_stereo_processing() 345 *(ptr_hybrRightReal++) = fxp_mac32_by_16(temp2, h22, temp3) << 1; in ps_stereo_processing() [all …]
|
D | dst8.cpp | 159 tmp_d = fxp_mac32_by_16((tmp_aa - tmp_bb) << 1, Qfmt15(0.70710678118655F), tmp_c); in dst_8()
|
D | fxp_mul32_c_msc_evc_armv5.h | 87 #define fxp_mac32_by_16( L_var1, L_var2, L_add) _SmulAddWLo_SW_SL( L_add, L_var1, L_var2) macro
|
D | fxp_mul32_c_msc_evc.h | 160 __inline Int32 fxp_mac32_by_16(const Int32 L_var1, const Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|
D | fxp_mul32_c_equivalent.h | 186 __inline Int32 fxp_mac32_by_16(const Int32 L_var1, const Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|
D | fxp_mul32_arm_gcc.h | 246 static inline Int32 fxp_mac32_by_16(const Int32 L_var1, const Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|
D | fxp_mul32_arm_v4_gcc.h | 324 static inline Int32 fxp_mac32_by_16(Int32 L_var1, Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|
D | fxp_mul32_arm_v5.h | 158 __inline Int32 fxp_mac32_by_16(Int32 L_var1, const Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|
D | fxp_mul32_arm_v4.h | 214 __inline Int32 fxp_mac32_by_16(Int32 L_var1, Int32 L_var2, Int32 L_add) in fxp_mac32_by_16() function
|