/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 91 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/ |
D | ih264_platform_macros.h | 91 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/ |
D | ihevc_platform_macros.h | 86 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/ |
D | impeg2_platform_macros.h | 43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 76 #define CLIP_U16(x) CLIP3(0, 65535, (x)) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 43 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
D | icv_platform_macros.h | 63 #define CLIP_U16(x) ((x) > 65535) ? (65535) : (((x) < 0) ? (0) : (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 61 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
|
D | icv_platform_macros.h | 79 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() function
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 47 #define CLIP_U16(x) CLIP3((x), 0, 65535) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 55 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 56 #define CLIP_U16(x) CLIP3(0, UINT16_MAX, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 52 #define CLIP_U16(x) CLIP3((x), 0, 65535); macro
|
/external/libhevc/encoder/arm/ |
D | ihevce_me_neon.c | 550 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_sad_and_1_best_result_neon()
|
/external/libhevc/encoder/ |
D | hme_err_compute.c | 2226 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()
|