Searched refs:SHL16_ (Results 1 – 1 of 1) sorted by relevance
167 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__)168 static OPUS_INLINE short SHL16_(int a, int shift, char *file, int line) in SHL16_() function