Searched refs:LC3_SAT16 (Results 1 – 2 of 2) sorted by relevance
68 #define LC3_SAT16(v) LC3_CLIP(v, -(1 << 15), (1 << 15) - 1) macro76 #undef LC3_SAT1677 #define LC3_SAT16(v) __ssat(v, 16) macro
237 xt[i] = LC3_SAT16((int32_t)xs[i]); in load_float()433 *pcm = LC3_SAT16(s); in store_s16()