Searched refs:fxp_mul32_Q27 (Results 1 – 7 of 7) sorted by relevance
83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() function
386 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx); in pvmp3_split()392 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx); in pvmp3_split()
89 __inline Int32 fxp_mul32_Q27(const Int32 a, const Int32 b) in fxp_mul32_Q27() function
113 __inline Int32 fxp_mul32_Q27(const Int32 L_var1, const Int32 L_var2) in fxp_mul32_Q27() function
150 static inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() function
156 tmp1 = fxp_mul32_Q27(tmp1, *(pt_cos_x--)); in pvmp3_mdct_18()
66 @ tmp1 = fxp_mul32_Q27( tmp1, *(pt_cos_x--))