Home
last modified time | relevance | path

Searched refs:CLIP_U10 (Results 1 – 9 of 9) sorted by relevance

/external/libavc/common/armv8/
Dih264_platform_macros.h55 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() function
115 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h55 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() function
115 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h50 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() function
108 #define CLIP_U10(x) CLIP3((x), 0, 1023); macro
/external/libmpeg2/common/mips/
Dicv_platform_macros.h70 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libmpeg2/common/x86/
Dicv_platform_macros.h70 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libhevc/common/mips/
Dihevc_platform_macros.h41 #define CLIP_U10(x) CLIP3((x), 0, 1023); macro
/external/libavc/common/mips/
Dih264_platform_macros.h46 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h47 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h43 #define CLIP_U10(x) CLIP3((x), 0, 1023); macro