Home
last modified time | relevance | path

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

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