Searched defs:fixmul_SD (Results 1 - 1 of 1) 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);

Completed in 41 milliseconds