Searched refs:CLIP_S10 (Results 1 – 9 of 9) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 61 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() function 116 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 61 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() function 116 #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 109 #define CLIP_S10(x) CLIP3((x), -512, 511); macro
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 71 #define CLIP_S10(x) CLIP3(-512, 511, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 71 #define CLIP_S10(x) CLIP3(-512, 511, (x)) 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 | 47 #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 | 44 #define CLIP_S10(x) CLIP3((x), -512, 511); macro
|