/aosp_15_r20/external/libavc/common/arm/ |
H A D | ih264_platform_macros.h | 91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function 124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/aosp_15_r20/external/libavc/common/armv8/ |
H A D | ih264_platform_macros.h | 91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function 124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_platform_macros.h | 86 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function 117 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
|
/aosp_15_r20/external/libmpeg2/common/riscv/ |
H A D | impeg2_platform_macros.h | 41 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 58 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | impeg2_platform_macros.h | 41 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/arm/ |
H A D | impeg2_platform_macros.h | 57 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
|
H A D | icv_platform_macros.h | 79 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | impeg2_platform_macros.h | 39 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 61 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
/aosp_15_r20/external/libavc/common/riscv/ |
H A D | ih264_platform_macros.h | 55 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/riscv64/ |
H A D | ihevc_platform_macros.h | 49 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
|
/aosp_15_r20/external/libavc/common/x86/ |
H A D | ih264_platform_macros.h | 70 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/x86/ |
H A D | ihevc_platform_macros.h | 52 #define CLIP_U16(x) CLIP3((x), 0, 65535); macro
|