Searched refs:CLIP_S14 (Results 1 – 2 of 2) sorted by relevance
80 static __inline WORD32 CLIP_S14(WORD32 x) in CLIP_S14() function115 #define CLIP_S14(x) CLIP3((x), -8192, 8191); macro
50 #define CLIP_S14(x) CLIP3((x), -8192, 8191); macro