HomeSort by relevance Sort by last modified time
    Searched defs:silk_SMLAWW (Results 1 - 5 of 5) sorted by null

  /external/libopus/silk/arm/
macros_armv4.h 92 #undef silk_SMLAWW
99 "#silk_SMLAWW\n\t"
106 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c))
  /external/libopus/silk/mips/
macros_mipsr1.h 61 #undef silk_SMLAWW
62 static inline int silk_SMLAWW(int a, int b, int c)
  /external/libopus/silk/
macros.h 94 #define silk_SMLAWW(a32, b32, c32) ((opus_int32)((a32) + (((opus_int64)(b32) * (c32)) >> 16)))
96 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16))
MacroCount.h 606 #undef silk_SMLAWW
607 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){
MacroDebug.h 477 #undef silk_SMLAWW
478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__)
486 fprintf (stderr, "silk_SMLAWW(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]

Completed in 265 milliseconds