OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLIP_S16
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/common/arm/
ihevc_platform_macros.h
79
static __inline WORD32
CLIP_S16
(WORD32 x)
103
#define
CLIP_S16
(x) CLIP3((x), -32768, 32767)
/external/libhevc/common/mips/
ihevc_platform_macros.h
48
#define
CLIP_S16
(x) CLIP3((x), -32768, 32767)
/external/libhevc/common/x86/
ihevc_platform_macros.h
52
#define
CLIP_S16
(x) CLIP3((x), -32768, 32767)
Completed in 3076 milliseconds