Home
last modified time | relevance | path

Searched refs:CLIP_U16 (Results 1 – 17 of 17) sorted by relevance

/external/libavc/common/armv8/
Dih264_platform_macros.h91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
124 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h86 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
117 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libmpeg2/common/mips/
Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
Dicv_platform_macros.h63 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
/external/libmpeg2/common/arm/
Dimpeg2_platform_macros.h61 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
Dicv_platform_macros.h79 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
/external/libhevc/common/mips/
Dihevc_platform_macros.h47 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
/external/libavc/common/mips/
Dih264_platform_macros.h55 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h56 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h52 #define CLIP_U16(x) CLIP3((x), 0, 65535); macro
/external/libhevc/encoder/arm/
Dihevce_me_neon.c550 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_sad_and_1_best_result_neon()
/external/libhevc/encoder/
Dhme_err_compute.c2226 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_sad_and_2_best_results()
2679 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_stim_injected_sad_and_2_best_results()
3002 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_sad_and_1_best_result()
3255 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_stim_injected_sad_and_1_best_result()