Searched defs:SUB16 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) macro
|
D | arch.h | 174 #define SUB16(a,b) ((a)-(b)) macro
|
D | fixed_debug.h | 190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 117 #define SUB16(a,b) ((opus_val16)(a)-(opus_val16)(b)) macro
|
D | arch.h | 243 #define SUB16(a,b) ((a)-(b)) macro
|
D | fixed_debug.h | 266 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__) macro
|