Searched defs:silk_SMULTT (Results 1 – 3 of 3) sorted by relevance
44 #define silk_SMULTT(a, b) (silk_SMULTT_armv5e(a, b)) macro
439 #define silk_SMULTT(a32, b32) (((a32) >> 16) * ((b32) >> 16)) macro
146 static OPUS_INLINE opus_int32 silk_SMULTT(opus_int32 a32, opus_int32 b32){ in silk_SMULTT() function