HomeSort by relevance Sort by last modified time
    Searched refs:fxp_mul_16_by_16bb (Results 1 - 18 of 18) sorted by null

  /external/opencore/codecs_v2/audio/aac/dec/src/
fxp_mul32_c_msc_evc_armv5.h 54 #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)
fxp_mul32_c_equivalent.h 62 __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)
fxp_mul32_c_msc_evc.h 63 __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)
fxp_mul32_arm_gcc.h 67 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)
fxp_mul32_arm_v4.h 67 __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)
fxp_mul32_arm_v4_gcc.h 71 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)
calc_sbr_synfilterbank.cpp 412 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
611 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
trans4m_freq_2_time_fxp.cpp 674 temp = fxp_mul_16_by_16bb(temp2, winx) >> shift;
683 temp = fxp_mul_16_by_16bb(temp2, win1) >> shift;
    [all...]
fxp_mul32_arm_v5.h 73 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function
  /frameworks/base/media/libstagefright/codecs/aacdec/
fxp_mul32_c_msc_evc_armv5.h 54 #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)
fxp_mul32_c_equivalent.h 62 __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)
fxp_mul32_c_msc_evc.h 63 __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)
fxp_mul32_arm_gcc.h 67 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)
fxp_mul32_arm_v4.h 67 __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)
fxp_mul32_arm_v4_gcc.h 71 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)
calc_sbr_synfilterbank.cpp 412 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
611 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
trans4m_freq_2_time_fxp.cpp 674 temp = fxp_mul_16_by_16bb(temp2, winx) >> shift;
683 temp = fxp_mul_16_by_16bb(temp2, win1) >> shift;
    [all...]
fxp_mul32_arm_v5.h 73 __inline Int32 fxp_mul_16_by_16bb(Int32 L_var1, Int32 L_var2) function

Completed in 77 milliseconds