Searched defs:ADD16 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 65 #define ADD16(a,b) ((spx_word16_t)((spx_word16_t)(a)+(spx_word16_t)(b))) macro
|
D | arch.h | 173 #define ADD16(a,b) ((a)+(b)) macro
|
D | fixed_debug.h | 173 #define ADD16(a, b) _ADD16(a, b, __FILE__, __LINE__) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 115 #define ADD16(a,b) ((opus_val16)((opus_val16)(a)+(opus_val16)(b))) macro
|
D | arch.h | 242 #define ADD16(a,b) ((a)+(b)) macro
|
D | fixed_debug.h | 243 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__) macro
|