/aosp_15_r20/external/libavc/common/arm/ |
H A D | ih264_platform_macros.h | 43 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 112 #define CLIP_U8(x) CLIP3(0, UINT8_MAX, (x)) macro
|
/aosp_15_r20/external/libavc/common/armv8/ |
H A D | ih264_platform_macros.h | 43 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 112 #define CLIP_U8(x) CLIP3(0, UINT8_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_platform_macros.h | 38 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 105 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
|
/aosp_15_r20/external/libmpeg2/common/riscv/ |
H A D | impeg2_platform_macros.h | 35 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 49 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | impeg2_platform_macros.h | 35 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 67 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/arm/ |
H A D | impeg2_platform_macros.h | 33 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
|
H A D | icv_platform_macros.h | 55 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | impeg2_platform_macros.h | 33 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
H A D | icv_platform_macros.h | 55 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
/aosp_15_r20/external/libavc/common/riscv/ |
H A D | ih264_platform_macros.h | 43 #define CLIP_U8(x) CLIP3(0, UINT8_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/riscv64/ |
H A D | ihevc_platform_macros.h | 37 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
|
/aosp_15_r20/external/libavc/common/x86/ |
H A D | ih264_platform_macros.h | 58 #define CLIP_U8(x) CLIP3(0, UINT8_MAX, (x)) macro
|
/aosp_15_r20/external/libhevc/common/x86/ |
H A D | ihevc_platform_macros.h | 40 #define CLIP_U8(x) CLIP3((x), 0, 255); macro
|