Searched defs:silk_MLA_ovflw (Results 1 – 3 of 3) sorted by relevance
467 static OPUS_INLINE opus_int32 silk_MLA_ovflw(opus_int32 a, opus_int32 b, opus_int32 c) { in silk_MLA_ovflw() function
164 #define silk_MLA_ovflw silk_MLA macro
496 #define silk_MLA_ovflw(a32, b32, c32) ((a32) + ((b32) * (c32))) macro