Searched refs:CLIP_U12 (Results 1 – 15 of 15) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 65 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function 104 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 65 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function 104 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 62 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function 99 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 73 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 73 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 60 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 49 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
|
D | icv_platform_macros.h | 67 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 47 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 44 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 50 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 48 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
|