Searched defs:silk_SMLABB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dmacros.h53 #define silk_SMLABB(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int32)((opus_int16)(c32))) macro
H A DMacroCount.h121 #undef silk_SMLABB macro
122 static inline opus_int32 silk_SMLABB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ function
167 #define silk_SMLABB_ovflw silk_SMLABB
H A DMacroDebug.h399 #undef silk_SMLABB macro
400 #define silk_SMLABB(a,b,c) silk_SMLABB_((a), (b), (c), __FILE__, __LINE__) macro
406 fprintf (stderr, "silk_SMLABB(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);

Completed in 218 milliseconds