Searched refs:silk_SMLAL (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/
H A Dmacros.h82 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32)))) macro
H A DMacroCount.h189 #undef silk_SMLAL macro
190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){ function

Completed in 113 milliseconds