Searched refs:fixmul_SD (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/include/
H A Dfixmul.h214 inline LONG fixmul_SD (const SHORT a, const LONG b) { function
216 return fixmul_SD(b, a);
227 return fixmul_SD(b, a);
H A Dcommon_fix.h191 FDK_INLINE LONG fMult(SHORT a, LONG b) { return fixmul_SD(a, b); }

Completed in 108 milliseconds