Searched refs:fxp_mul32_Q20 (Results 1 – 10 of 10) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | pv_log2.cpp | 147 y = fxp_mul32_Q20(*(pt_table++), z); in pv_log2() 152 y = fxp_mul32_Q20(y, z); in pv_log2()
|
D | sbr_update_freq_scale.cpp | 321 tmp_q1 = fxp_mul32_Q20(tmp_q1, (i << 27) / num_bands); in CalcBands() 324 tmp_q1 = fxp_mul32_Q20(tmp_q1, start); in CalcBands()
|
D | sbr_create_limiter_bands.cpp | 195 tmp_q1 = fxp_mul32_Q20(nOctaves, limiterBandsPerOctave[i]); in sbr_create_limiter_bands()
|
D | fxp_mul32_c_msc_evc_armv5.h | 153 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b) in fxp_mul32_Q20() function
|
D | fxp_mul32_c_msc_evc.h | 229 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b) in fxp_mul32_Q20() function
|
D | fxp_mul32_c_equivalent.h | 259 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b) in fxp_mul32_Q20() function
|
D | fxp_mul32_arm_gcc.h | 484 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b) in fxp_mul32_Q20() function
|
D | fxp_mul32_arm_v4_gcc.h | 566 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b) in fxp_mul32_Q20() function
|
D | fxp_mul32_arm_v5.h | 346 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2) in fxp_mul32_Q20() function
|
D | fxp_mul32_arm_v4.h | 376 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2) in fxp_mul32_Q20() function
|