OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixmul_SD
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
fixmul.h
214
inline LONG
fixmul_SD
(const SHORT a, const LONG b) {
216
return
fixmul_SD
(b, a);
227
return
fixmul_SD
(b, a);
common_fix.h
191
FDK_INLINE LONG fMult(SHORT a, LONG b) { return
fixmul_SD
(a, b); }
Completed in 22 milliseconds