Searched refs:CLIP_S10 (Results 1 – 7 of 7) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 59 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() function 102 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 59 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() function 102 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 56 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() function 97 #define CLIP_S10(x) CLIP3((x), -512, 511); macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 42 #define CLIP_S10(x) CLIP3((x), -512, 511); macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 45 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 48 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 46 #define CLIP_S10(x) CLIP3((x), -512, 511); macro
|