Searched defs:ADD16 (Results 1 – 8 of 8) sorted by relevance
| /external/speex/tmv/ |
| D | fixed_tm.h | 80 #define ADD16(a,b) ((int)(a) + (int)(b)) macro
|
| /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 | 175 #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 | 122 #define ADD16(a,b) ((opus_val16)((opus_val16)(a)+(opus_val16)(b))) macro
|
| D | arch.h | 245 #define ADD16(a,b) ((a)+(b)) macro
|
| D | fixed_debug.h | 243 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__) macro
|
| /external/rnnoise/src/ |
| D | arch.h | 215 #define ADD16(a,b) ((a)+(b)) macro
|