Searched defs:CLIP_S8 (Results 1 – 15 of 15) sorted by relevance
| /external/libavc/common/arm/ |
| D | ih264_platform_macros.h | 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
| /external/libavc/common/armv8/ |
| D | ih264_platform_macros.h | 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
| /external/libmpeg2/common/riscv/ |
| D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
| D | icv_platform_macros.h | 50 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
| /external/libmpeg2/common/x86/ |
| D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
| D | icv_platform_macros.h | 68 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
| /external/libmpeg2/common/armv8/ |
| D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
| D | icv_platform_macros.h | 58 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
| /external/libmpeg2/common/arm/ |
| D | impeg2_platform_macros.h | 43 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
|
| D | icv_platform_macros.h | 61 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
|
| /external/libhevc/common/arm/ |
| D | ihevc_platform_macros.h | 44 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 106 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
| /external/libavc/common/riscv/ |
| D | ih264_platform_macros.h | 44 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
| /external/libhevc/common/riscv64/ |
| D | ihevc_platform_macros.h | 38 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
| /external/libavc/common/x86/ |
| D | ih264_platform_macros.h | 59 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
| /external/libhevc/common/x86/ |
| D | ihevc_platform_macros.h | 41 #define CLIP_S8(x) CLIP3((x), -128, 127); macro
|