Searched defs:CLIP_S12 (Results 1 – 15 of 15) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 71 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 105 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 71 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 105 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 68 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function 100 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
D | icv_platform_macros.h | 74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
D | icv_platform_macros.h | 74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
D | icv_platform_macros.h | 61 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 55 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
D | icv_platform_macros.h | 73 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 45 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 48 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 51 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 49 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
|