Searched refs:fxp_mac32_Q31 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dps_pwr_transient_detection.cpp222 accu = fxp_mac32_Q31(accu, temp_r, temp_r);
223 accu = fxp_mac32_Q31(accu, temp_i, temp_i);
236 accu = fxp_mac32_Q31(accu, temp_i, temp_i);
239 accu = fxp_mac32_Q31(accu, temp_r, temp_r);
240 aPower[0] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1;
245 accu = fxp_mac32_Q31(accu, temp_i, temp_i);
248 accu = fxp_mac32_Q31(accu, temp_r, temp_r);
249 aPower[1] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1;
254 aPower[2] = fxp_mac32_Q31(accu, temp_i, temp_i) >> 1;
259 aPower[3] = fxp_mac32_Q31(acc
[all...]
H A Dps_channel_filtering.cpp161 cum1 = fxp_mac32_Q31(cum1, Qfmt31(0.61193261090336f), tmp1);
162 cum2 = fxp_mac32_Q31(cum2, Qfmt31(0.61193261090336f), tmp2);
200 real = fxp_mac32_Q31(real, Qfmt31(0.01055120626280f), pQmfReal[12]);
203 imag = fxp_mac32_Q31(imag, Qfmt31(0.01055120626280f), pQmfImag[12]);
210 real = fxp_mac32_Q31(real, Qfmt31(0.04540841899650f), pQmfReal[11]);
213 imag = fxp_mac32_Q31(imag, Qfmt31(0.04540841899650f), pQmfImag[11]);
227 real = fxp_mac32_Q31(real, Qfmt31(0.14532227859182f), pQmfReal[ 9]);
230 imag = fxp_mac32_Q31(imag, Qfmt31(0.14532227859182f), pQmfImag[ 9]);
234 mHybridReal[5] = fxp_mac32_Q31(tmp1, Qfmt31(0.76536686473018f), real);
237 mHybridImag[5] = fxp_mac32_Q31(tmp
[all...]
H A Dfxp_mul32_c_msc_evc_armv5.h99 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) function
H A Dfxp_mul32_c_equivalent.h206 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) function
H A Dfxp_mul32_c_msc_evc.h176 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) function
H A Dfxp_mul32_arm_gcc.h295 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) function
H A Dfxp_mul32_arm_v4.h250 __inline Int32 fxp_mac32_Q31(Int32 L_add, Int32 L_var1, const Int32 L_var2) function
H A Dfxp_mul32_arm_v4_gcc.h377 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) function
H A Dfxp_mul32_arm_v5.h180 __inline Int32 fxp_mac32_Q31(Int32 L_add, Int32 L_var1, const Int32 L_var2) function

Completed in 1027 milliseconds