Searched defs:fxp_mul_16_by_16bb (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dfxp_mul32_c_msc_evc_armv5.h54 #define fxp_mul_16_by_16bb( L_var1, L_var2) _SmulLo_SW_SL( L_var1, L_var2) macro
56 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)
H A Dfxp_mul32_arm_gcc.h67 static inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, const Int32 L_var2) function
84 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)
H A Dfxp_mul32_arm_v4.h67 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
86 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)
H A Dfxp_mul32_arm_v4_gcc.h71 static inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
94 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)
H A Dfxp_mul32_arm_v5.h73 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
H A Dfxp_mul32_c_equivalent.h62 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
74 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)
H A Dfxp_mul32_c_msc_evc.h63 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
72 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b)

Completed in 492 milliseconds