Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_generic.h68 #define SHR16(a,shift) ((a) >> (shift)) macro
Darch.h156 #define SHR16(a,shift) (a) macro
Dfixed_debug.h137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) macro
/external/speex/libspeex/
Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) macro
Darch.h165 #define SHR16(a,shift) (a) macro
Dfixed_debug.h103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro