Home
last modified time | relevance | path

Searched refs:SHR16_ (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dfixed_debug.h137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__)
138 static OPUS_INLINE short SHR16_(int a, int shift, char *file, int line) in SHR16_() function