Searched defs:silk_SMLAWW (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/arm/ |
D | macros_armv4.h | 101 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c)) macro
|
/external/libopus/silk/ |
D | macros.h | 71 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSH… macro
|
D | MacroCount.h | 615 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLAWW() function
|
D | MacroDebug.h | 478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__) macro
|