Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/
H A Dmhal_sc.h119 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
132 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/
H A Dmhal_sc.h119 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
132 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/
H A Dmhal_sc.h119 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
132 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_sc.h119 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
132 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/include/
H A Dmhal_sc.h116 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
129 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/include/
H A Dmhal_sc.h117 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
130 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/include/
H A Dmhal_sc.h117 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
130 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/include/
H A Dmhal_sc.h117 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
130 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/include/
H A Dmhal_sc.h117 #define H_PreScalingDownRatioAdv(Input, Output) { u64_result = ((MS_U64)(Input)-1) * … macro
130 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dmhal_sc.h112 #define H_PreScalingDownRatioAdv(Input, Output) ( (((MS_U32)(Input)-1) * 1048576ul)/ ((… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dmhal_sc.h112 #define H_PreScalingDownRatioAdv(Input, Output) ( (((MS_U32)(Input)-1) * 1048576ul)/ ((… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/
H A Dmhal_sc.h113 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/
H A Dmhal_sc.h113 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/
H A Dmhal_sc.h113 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/include/
H A Dmhal_sc.h113 #define H_PreScalingDownRatioAdv(Input, Output) ((MS_U32)( (((MS_U64)(Input)-1) * 20971… macro
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c3626 H_PreScalingDownRatioAdv((u16SrcHWidth/u16div), pSrcInfo->u16H_SizeAfterPreScaling); in MDrv_SC_set_prescaling_ratio()
3629 …u32TmpPre = (H_PreScalingDownRatioAdv((u16SrcHWidth/u16div), pSrcInfo->u16H_SizeAfterPreScaling)) … in MDrv_SC_set_prescaling_ratio()
H A Dmdrv_sc_scaling.c.03570 // To avoid overflow when do H_PreScalingDownRatioAdv/H_PreScalingDownRatioAdv_No_Minus1
3610 H_PreScalingDownRatioAdv((u16SrcHWidth/u16div), pSrcInfo->u16H_SizeAfterPreScaling);
3613 …u32TmpPre = (H_PreScalingDownRatioAdv((u16SrcHWidth/u16div), pSrcInfo->u16H_SizeAfterPreScaling)) …