Searched defs:CLIP_U8 (Results 1 – 15 of 15) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 41 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 98 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 41 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 98 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 67 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 37 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
|
D | icv_platform_macros.h | 55 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 67 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 57 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 38 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function 93 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 38 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 41 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 44 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 42 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
|