Searched defs:silk_SMLABB (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | macros.h | 74 #define silk_SMLABB(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int32)(… macro
|
D | MacroCount.h | 122 static OPUS_INLINE opus_int32 silk_SMLABB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLABB() function
|
D | MacroDebug.h | 400 #define silk_SMLABB(a,b,c) silk_SMLABB_((a), (b), (c), __FILE__, __LINE__) macro
|
/external/libopus/silk/arm/ |
D | macros_armv5e.h | 128 #define silk_SMLABB(a, b, c) (silk_SMLABB_armv5e(a, b, c)) macro
|