Searched defs:CLIP_S8 (Results 1 – 11 of 11) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 47 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 99 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 47 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 99 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 44 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 94 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 38 #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
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 39 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 42 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 45 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 43 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|