Searched defs:LC3_SAT16 (Results 1 – 1 of 1) sorted by relevance
89 #define LC3_SAT16(v) LC3_CLIP(v, -(1 << 15), (1 << 15) - 1) macro98 #define LC3_SAT16(v) __ssat(v, 16) macro