Home
last modified time | relevance | path

Searched refs:CLIP_U12 (Results 1 – 15 of 15) sorted by relevance

/external/libavc/common/armv8/
Dih264_platform_macros.h79 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
121 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h79 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
121 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h62 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
111 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
/external/libmpeg2/common/mips/
Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h73 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h73 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h60 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/arm/
Dimpeg2_platform_macros.h49 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
Dicv_platform_macros.h67 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() function
/external/libhevc/common/mips/
Dihevc_platform_macros.h44 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
/external/libavc/common/mips/
Dih264_platform_macros.h52 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h53 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h46 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro