Searched defs:CLIP_S12 (Results 1 – 15 of 15) sorted by relevance
| /external/libavc/common/arm/ |
| 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
|
| /external/libavc/common/armv8/ |
| 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
|
| /external/libmpeg2/common/riscv/ |
| D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
| D | icv_platform_macros.h | 56 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
| /external/libmpeg2/common/x86/ |
| D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
| D | icv_platform_macros.h | 74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
| /external/libmpeg2/common/armv8/ |
| D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
| D | icv_platform_macros.h | 61 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
| /external/libmpeg2/common/arm/ |
| D | impeg2_platform_macros.h | 55 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
| D | icv_platform_macros.h | 73 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
| /external/libhevc/common/arm/ |
| 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
|
| /external/libavc/common/riscv/ |
| D | ih264_platform_macros.h | 53 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
| /external/libhevc/common/riscv64/ |
| D | ihevc_platform_macros.h | 44 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|
| /external/libavc/common/x86/ |
| D | ih264_platform_macros.h | 68 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
| /external/libhevc/common/x86/ |
| D | ihevc_platform_macros.h | 47 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|