Searched refs:silk_ADD64 (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | macros.h | 83 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))…
|
D | SigProc_FIX.h | 444 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… 482 #define silk_ADD64(a, b) ((a) + (b)) macro
|
D | MacroCount.h | 508 #undef silk_ADD64 509 static OPUS_INLINE opus_int64 silk_ADD64(opus_int64 a, opus_int64 b){ in silk_ADD64() function
|
D | MacroDebug.h | 69 #undef silk_ADD64 70 #define silk_ADD64(a,b) silk_ADD64_((a), (b), __FILE__, __LINE__) macro
|