Searched defs:SHL16 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) macro
|
D | fixed_debug.h | 167 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__) macro
|
D | arch.h | 228 #define SHL16(a,shift) (a) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 46 #define SHL16(a,shift) ((a) << (shift)) macro
|
D | arch.h | 158 #define SHL16(a,shift) (a) macro
|
D | fixed_debug.h | 117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__) macro
|
/external/rnnoise/src/ |
D | arch.h | 198 #define SHL16(a,shift) (a) macro
|