Searched defs:CLIP_S16 (Results 1 – 11 of 11) sorted by relevance
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 82 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() function 108 #define CLIP_S16(x) CLIP3(-32768, 32767, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 82 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() function 108 #define CLIP_S16(x) CLIP3(-32768, 32767, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 79 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() function 103 #define CLIP_S16(x) CLIP3((x), -32768, 32767) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 44 #define CLIP_S16(x) ((x) > 65535) ? (65535) : (((x) < -65536) ? (-65536) : (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 44 #define CLIP_S16(x) ((x) > 65535) ? (65535) : (((x) < -65536) ? (-65536) : (x)) macro
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 44 #define CLIP_S16(x) ((x) > 65535) ? (65535) : (((x) < -65536) ? (-65536) : (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 66 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() function
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 48 #define CLIP_S16(x) CLIP3((x), -32768, 32767) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 51 #define CLIP_S16(x) CLIP3(-32768, 32767, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 54 #define CLIP_S16(x) CLIP3(-32768, 32767, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 52 #define CLIP_S16(x) CLIP3((x), -32768, 32767) macro
|