Home
last modified time | relevance | path

Searched refs:CLIP_U11 (Results 1 – 4 of 4) sorted by relevance

/external/libavc/common/armv8/
Dih264_platform_macros.h67 static __inline WORD32 CLIP_U11(WORD32 x) in CLIP_U11() function
118 #define CLIP_U11(x) CLIP3(0, 2047, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h67 static __inline WORD32 CLIP_U11(WORD32 x) in CLIP_U11() function
118 #define CLIP_U11(x) CLIP3(0, 2047, (x)) macro
/external/libavc/common/mips/
Dih264_platform_macros.h49 #define CLIP_U11(x) CLIP3(0, 2047, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h50 #define CLIP_U11(x) CLIP3(0, 2047, (x)) macro