Home
last modified time | relevance | path

Searched refs:CLIP_S14 (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/arm/
Dihevc_platform_macros.h80 static __inline WORD32 CLIP_S14(WORD32 x) in CLIP_S14() function
115 #define CLIP_S14(x) CLIP3((x), -8192, 8191); macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h50 #define CLIP_S14(x) CLIP3((x), -8192, 8191); macro