Home
last modified time | relevance | path

Searched defs:silk_MLA_ovflw (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
DSigProc_FIX.h467 static OPUS_INLINE opus_int32 silk_MLA_ovflw(opus_int32 a, opus_int32 b, opus_int32 c) { in silk_MLA_ovflw() function
DMacroCount.h164 #define silk_MLA_ovflw silk_MLA macro
DMacroDebug.h496 #define silk_MLA_ovflw(a32, b32, c32) ((a32) + ((b32) * (c32))) macro