HomeSort by relevance Sort by last modified time
    Searched defs:fxp_mul32_Q31 (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
fxp_mul32_c_equivalent.h 201 __inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b)
fxp_mul32_c_msc_evc.h 174 #define fxp_mul32_Q31( a, b) _MulHigh( b, a)
fxp_mul32_c_msc_evc_armv5.h 96 #define fxp_mul32_Q31( a, b) _MulHigh( b, a)
fxp_mul32_arm_gcc.h 338 static inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b)
fxp_mul32_arm_v4.h 239 __inline Int32 fxp_mul32_Q31(Int32 L_var1, const Int32 L_var2)
fxp_mul32_arm_v4_gcc.h 420 static inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b)
fxp_mul32_arm_v5.h 199 __inline Int32 fxp_mul32_Q31(Int32 L_var1, const Int32 L_var2)

Completed in 372 milliseconds