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