Searched defs:SHR16 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 84 #define SHR16(a,shift) ((a) >> (shift)) macro
|
D | fixed_debug.h | 145 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) macro
|
D | arch.h | 227 #define SHR16(a,shift) (a) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 45 #define SHR16(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 157 #define SHR16(a,shift) (a) macro
|
D | fixed_debug.h | 103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro
|
/external/rnnoise/src/ |
D | arch.h | 197 #define SHR16(a,shift) (a) macro
|