Home
last modified time | relevance | path

Searched defs:CLIP_S12 (Results 1 – 15 of 15) sorted by relevance

/external/libmpeg2/common/mips/
Dimpeg2_platform_macros.h41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
Dicv_platform_macros.h74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libmpeg2/common/arm/
Dimpeg2_platform_macros.h55 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
Dicv_platform_macros.h73 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
Dicv_platform_macros.h74 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h41 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
Dicv_platform_macros.h61 #define CLIP_S12(x) ((x) > 2047) ? (2047) : (((x) < -2048) ? (-2048) : (x)) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
122 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
122 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h68 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() function
112 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
/external/libhevc/common/mips/
Dihevc_platform_macros.h45 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro
/external/libavc/common/mips/
Dih264_platform_macros.h53 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h54 #define CLIP_S12(x) CLIP3(-2048, 2047, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h47 #define CLIP_S12(x) CLIP3((x), -2048, 2047); macro