Home
last modified time | relevance | path

Searched defs:CLIP_U8 (Results 1 – 15 of 15) sorted by relevance

/external/libavc/common/armv8/
Dih264_platform_macros.h41 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/
Dih264_platform_macros.h41 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
98 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h38 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
93 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h57 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h67 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
/external/libmpeg2/common/arm/
Dimpeg2_platform_macros.h37 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
Dicv_platform_macros.h55 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() function
/external/libmpeg2/common/mips/
Dimpeg2_platform_macros.h37 #define CLIP_U8(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h67 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
/external/libhevc/common/mips/
Dihevc_platform_macros.h38 #define CLIP_U8(x) CLIP3((x), 0, 255) macro
/external/libavc/common/mips/
Dih264_platform_macros.h41 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h44 #define CLIP_U8(x) CLIP3(0, 255, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h42 #define CLIP_U8(x) CLIP3((x), 0, 255) macro