Searched refs:CLIP_U12 (Results 1 - 11 of 11) sorted by relevance

/external/libmpeg2/common/armv8/
H A Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/mips/
H A Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/x86/
H A Dimpeg2_platform_macros.h40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/arm/
H A Dimpeg2_platform_macros.h49 static __inline WORD32 CLIP_U12(WORD32 x) function
/external/libavc/common/arm/
H A Dih264_platform_macros.h65 static __inline WORD32 CLIP_U12(WORD32 x) function
104 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libavc/common/armv8/
H A Dih264_platform_macros.h65 static __inline WORD32 CLIP_U12(WORD32 x) function
104 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h62 static __inline WORD32 CLIP_U12(WORD32 x) function
99 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
/external/libavc/common/mips/
H A Dih264_platform_macros.h47 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libavc/common/x86/
H A Dih264_platform_macros.h50 #define CLIP_U12(x) CLIP3(0, 4095, (x)) macro
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h44 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h48 #define CLIP_U12(x) CLIP3((x), 0, 4095); macro

Completed in 416 milliseconds