/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 44 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function 106 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
/external/libmpeg2/common/mips/ |
D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
D | icv_platform_macros.h | 68 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libmpeg2/common/x86/ |
D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
D | icv_platform_macros.h | 68 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
|
/external/libmpeg2/common/armv8/ |
D | impeg2_platform_macros.h | 38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
D | icv_platform_macros.h | 58 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
|
/external/libmpeg2/common/arm/ |
D | impeg2_platform_macros.h | 43 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
|
D | icv_platform_macros.h | 61 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
|
/external/libhevc/decoder/ |
D | ihevcd_mv_pred.c | 112 td = CLIP_S8(cur_poc - nbr_ref_poc); in ihevcd_scale_mv() 113 tb = CLIP_S8(cur_poc - cur_ref_poc); in ihevcd_scale_mv() 174 td = CLIP_S8(col_poc - col_ref_poc); in ihevcd_scale_collocated_mv() 175 tb = CLIP_S8(cur_poc - cur_ref_poc); in ihevcd_scale_collocated_mv()
|
D | ihevcd_parse_headers.c | 249 ps_wt_ofst->i2_chroma_offset_l0_cb[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst() 267 ps_wt_ofst->i2_chroma_offset_l0_cr[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst() 349 ps_wt_ofst->i2_chroma_offset_l1_cb[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst() 367 ps_wt_ofst->i2_chroma_offset_l1_cr[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst()
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 39 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 44 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 45 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x)) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 41 #define CLIP_S8(x) CLIP3((x), -128, 127); macro
|
/external/libavc/decoder/ |
D | ih264d_parse_bslice.c | 1224 i2_tb = CLIP_S8(i8_tb); in ih264d_get_implicit_weights() 1226 i2_td = CLIP_S8(i8_td); in ih264d_get_implicit_weights() 1294 i2_tb = CLIP_S8(i8_tb); in ih264d_get_implicit_weights() 1296 i2_td = CLIP_S8(i8_td); in ih264d_get_implicit_weights()
|
D | ih264d_process_bslice.c | 786 i16_td = CLIP_S8(diff); in ih264d_decode_temporal_direct() 797 i2_tb = CLIP_S8(diff); in ih264d_decode_temporal_direct()
|
/external/libhevc/encoder/ |
D | ihevce_common_utils.c | 614 td = CLIP_S8(i4_curr_poc - i4_poc_from); in ihevce_scale_mv() 615 tb = CLIP_S8(i4_curr_poc - i4_poc_to); in ihevce_scale_mv()
|
D | ihevce_mv_pred_merge.c | 143 td = CLIP_S8(col_poc - col_ref_poc); in ihevce_scale_collocated_mv() 144 tb = CLIP_S8(cur_poc - cur_ref_poc); in ihevce_scale_collocated_mv()
|