Searched defs:silk_ADD32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/ |
D | SigProc_FIX.h | 432 #define silk_ADD32(a, b) ((a) + (b)) macro
|
D | MacroCount.h | 509 static OPUS_INLINE opus_int32 silk_ADD32(opus_int32 a, opus_int32 b){ in silk_ADD32() function
|
D | MacroDebug.h | 54 #define silk_ADD32(a,b) silk_ADD32_((a), (b), __FILE__, __LINE__) macro
|
/external/chromium_org/third_party/opus/src/silk/ |
D | SigProc_FIX.h | 432 #define silk_ADD32(a, b) ((a) + (b)) macro
|
D | MacroCount.h | 509 static OPUS_INLINE opus_int32 silk_ADD32(opus_int32 a, opus_int32 b){ in silk_ADD32() function
|
D | MacroDebug.h | 54 #define silk_ADD32(a,b) silk_ADD32_((a), (b), __FILE__, __LINE__) macro
|