Home
last modified time | relevance | path

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

/external/libavc/common/armv8/
Dih264_platform_macros.h47 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
99 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libavc/common/arm/
Dih264_platform_macros.h47 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
99 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h44 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
94 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
/external/libhevc/decoder/
Dihevcd_mv_pred.c112 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()
Dihevcd_parse_headers.c222 ps_wt_ofst->i2_chroma_offset_l0_cb[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst()
232 ps_wt_ofst->i2_chroma_offset_l0_cr[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst()
299 ps_wt_ofst->i2_chroma_offset_l1_cb[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst()
309 ps_wt_ofst->i2_chroma_offset_l1_cr[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst()
/external/libmpeg2/common/mips/
Dimpeg2_platform_macros.h38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
Dicv_platform_macros.h68 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libmpeg2/common/x86/
Dimpeg2_platform_macros.h38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
Dicv_platform_macros.h68 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libmpeg2/common/armv8/
Dimpeg2_platform_macros.h38 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
Dicv_platform_macros.h58 #define CLIP_S8(x) ((x) > 127) ? (127) : (((x) < -128) ? (-128) : (x)) macro
/external/libmpeg2/common/arm/
Dimpeg2_platform_macros.h43 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
Dicv_platform_macros.h61 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() function
/external/libhevc/common/mips/
Dihevc_platform_macros.h39 #define CLIP_S8(x) CLIP3((x), -128, 127) macro
/external/libavc/common/mips/
Dih264_platform_macros.h42 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libavc/common/x86/
Dih264_platform_macros.h45 #define CLIP_S8(x) CLIP3(-128, 127, (x)) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h43 #define CLIP_S8(x) CLIP3((x), -128, 127) macro