Searched refs:CLIP_U10 (Results 1 – 9 of 9) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 55 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/ |
D | ih264_platform_macros.h | 55 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/ |
D | ihevc_platform_macros.h | 50 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/ |
D | icv_platform_macros.h | 70 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 70 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 41 #define CLIP_U10(x) CLIP3((x), 0, 1023); macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 46 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 47 #define CLIP_U10(x) CLIP3(0, 1023, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 43 #define CLIP_U10(x) CLIP3((x), 0, 1023); macro
|