HomeSort by relevance Sort by last modified time
    Searched refs:silk_SMULBT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
macros.h 56 #define silk_SMULBT(a32, b32) ((opus_int32)((opus_int16)(a32)) * ((b32) >> 16))
MacroCount.h 129 #undef silk_SMULBT
130 static inline opus_int32 silk_SMULBT(opus_int32 a32, opus_int32 b32 ){

Completed in 372 milliseconds