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

  /external/chromium_org/third_party/opus/src/silk/
macros.h 65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
MacroCount.h 189 #undef silk_SMLAL
190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){
  /external/libopus/silk/
macros.h 65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
MacroCount.h 189 #undef silk_SMLAL
190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){

Completed in 121 milliseconds