Searched refs:CLIP_U16 (Results 1 - 15 of 15) sorted by relevance

/external/libmpeg2/common/armv8/
H A Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
H A Dicv_platform_macros.h63 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/mips/
H A Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
H A Dicv_platform_macros.h76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libmpeg2/common/x86/
H A Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
H A Dicv_platform_macros.h76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libmpeg2/common/arm/
H A Dimpeg2_platform_macros.h61 static __inline WORD32 CLIP_U16(WORD32 x) function
H A Dicv_platform_macros.h79 static __inline WORD32 CLIP_U16(WORD32 x) function
/external/libavc/common/arm/
H A Dih264_platform_macros.h77 static __inline WORD32 CLIP_U16(WORD32 x) function
107 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libavc/common/armv8/
H A Dih264_platform_macros.h77 static __inline WORD32 CLIP_U16(WORD32 x) function
107 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libavc/common/mips/
H A Dih264_platform_macros.h50 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libavc/common/x86/
H A Dih264_platform_macros.h53 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h47 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h74 static __inline WORD32 CLIP_U16(WORD32 x) function
102 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h51 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro

Completed in 283 milliseconds