Home
last modified time | relevance | path

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

/external/libmpeg2/common/riscv/
Dimpeg2_platform_macros.h41 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h58 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h39 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h61 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h41 #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/arm/
Dimpeg2_platform_macros.h57 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/libhevc/common/arm/
Dihevc_platform_macros.h86 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
117 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libavc/common/riscv/
Dih264_platform_macros.h55 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libhevc/common/riscv64/
Dihevc_platform_macros.h49 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libavc/common/x86/
Dih264_platform_macros.h70 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h52 #define CLIP_U16(x) CLIP3((x), 0, 65535); macro