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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 89 __inline Int32 fxp_mul32_Q27(const Int32 a, const Int32 b)
pv_mp3dec_fxd_op_msc_evc.h 83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b)
pv_mp3dec_fxd_op_arm.h 113 __inline Int32 fxp_mul32_Q27(const Int32 L_var1, const Int32 L_var2)
pv_mp3dec_fxd_op_arm_gcc.h 150 static inline int32 fxp_mul32_Q27(const int32 a, const int32 b)
pvmp3_dct_16.cpp 386 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
392 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
pvmp3_mdct_18.cpp 156 tmp1 = fxp_mul32_Q27(tmp1, *(pt_cos_x--));
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_gcc.s 66 @ tmp1 = fxp_mul32_Q27( tmp1, *(pt_cos_x--))

Completed in 201 milliseconds