/aosp_15_r20/external/libavc/common/arm/ |
H A D | ih264_platform_macros.h | 85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 122 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libavc/common/armv8/ |
H A D | ih264_platform_macros.h | 85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 122 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_platform_macros.h | 68 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 112 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|
/aosp_15_r20/external/libmpeg2/common/riscv/ |
H A D | impeg2_platform_macros.h | 39 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
H A D | icv_platform_macros.h | 56 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | impeg2_platform_macros.h | 39 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
H A D | icv_platform_macros.h | 74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libmpeg2/common/arm/ |
H A D | impeg2_platform_macros.h | 51 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
H A D | icv_platform_macros.h | 73 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | impeg2_platform_macros.h | 37 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
H A D | icv_platform_macros.h | 59 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
/aosp_15_r20/external/libavc/common/riscv/ |
H A D | ih264_platform_macros.h | 53 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libhevc/common/riscv64/ |
H A D | ihevc_platform_macros.h | 44 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|
/aosp_15_r20/external/libavc/common/x86/ |
H A D | ih264_platform_macros.h | 68 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/aosp_15_r20/external/libhevc/common/x86/ |
H A D | ihevc_platform_macros.h | 47 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|