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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_armv5.h 231 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) function
pvamrwbdecoder_basic_op_cequivalent.h 529 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) function
pvamrwbdecoder_basic_op_gcc_armv5.h 306 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
  /frameworks/av/media/libstagefright/codecs/aacdec/
fxp_mul32_c_equivalent.h 172 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_c_msc_evc.h 149 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_c_msc_evc_armv5.h 83 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_arm_gcc.h 225 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_arm_v4.h 196 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_arm_v4_gcc.h 296 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro
fxp_mul32_arm_v5.h 374 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16(a, b) macro

Completed in 84 milliseconds