Home
last modified time | relevance | path

Searched defs:SHR16 (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeexdsp/
Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) macro
Darch.h157 #define SHR16(a,shift) (a) macro
Dfixed_debug.h103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro
/external/libopus/celt/
Dfixed_generic.h84 #define SHR16(a,shift) ((a) >> (shift)) macro
Darch.h224 #define SHR16(a,shift) (a) macro
Dfixed_debug.h145 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) macro