Searched refs:fxp_mac32_Q31 (Results 1 – 9 of 9) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | ps_channel_filtering.cpp | 161 cum1 = fxp_mac32_Q31(cum1, Qfmt31(0.61193261090336f), tmp1); in two_ch_filtering() 162 cum2 = fxp_mac32_Q31(cum2, Qfmt31(0.61193261090336f), tmp2); in two_ch_filtering() 200 real = fxp_mac32_Q31(real, Qfmt31(0.01055120626280f), pQmfReal[12]); in eight_ch_filtering() 203 imag = fxp_mac32_Q31(imag, Qfmt31(0.01055120626280f), pQmfImag[12]); in eight_ch_filtering() 210 real = fxp_mac32_Q31(real, Qfmt31(0.04540841899650f), pQmfReal[11]); in eight_ch_filtering() 213 imag = fxp_mac32_Q31(imag, Qfmt31(0.04540841899650f), pQmfImag[11]); in eight_ch_filtering() 227 real = fxp_mac32_Q31(real, Qfmt31(0.14532227859182f), pQmfReal[ 9]); in eight_ch_filtering() 230 imag = fxp_mac32_Q31(imag, Qfmt31(0.14532227859182f), pQmfImag[ 9]); in eight_ch_filtering() 234 mHybridReal[5] = fxp_mac32_Q31(tmp1, Qfmt31(0.76536686473018f), real); in eight_ch_filtering() 237 mHybridImag[5] = fxp_mac32_Q31(tmp2, Qfmt31(0.76536686473018f), imag); in eight_ch_filtering() [all …]
|
D | ps_pwr_transient_detection.cpp | 222 accu = fxp_mac32_Q31(accu, temp_r, temp_r); in ps_pwr_transient_detection() 223 accu = fxp_mac32_Q31(accu, temp_i, temp_i); in ps_pwr_transient_detection() 236 accu = fxp_mac32_Q31(accu, temp_i, temp_i); in ps_pwr_transient_detection() 239 accu = fxp_mac32_Q31(accu, temp_r, temp_r); in ps_pwr_transient_detection() 240 aPower[0] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1; in ps_pwr_transient_detection() 245 accu = fxp_mac32_Q31(accu, temp_i, temp_i); in ps_pwr_transient_detection() 248 accu = fxp_mac32_Q31(accu, temp_r, temp_r); in ps_pwr_transient_detection() 249 aPower[1] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1; in ps_pwr_transient_detection() 254 aPower[2] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1; in ps_pwr_transient_detection() 259 aPower[3] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1; in ps_pwr_transient_detection() [all …]
|
D | fxp_mul32_c_msc_evc_armv5.h | 99 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() function
|
D | fxp_mul32_c_msc_evc.h | 176 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() function
|
D | fxp_mul32_c_equivalent.h | 206 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() function
|
D | fxp_mul32_arm_gcc.h | 295 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() function
|
D | fxp_mul32_arm_v4_gcc.h | 377 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() function
|
D | fxp_mul32_arm_v5.h | 180 __inline Int32 fxp_mac32_Q31(Int32 L_add, Int32 L_var1, const Int32 L_var2) in fxp_mac32_Q31() function
|
D | fxp_mul32_arm_v4.h | 250 __inline Int32 fxp_mac32_Q31(Int32 L_add, Int32 L_var1, const Int32 L_var2) in fxp_mac32_Q31() function
|