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