Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c8366 MS_S32 s32WSum = 0, s32DSum = 0; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK() local
8463 s32WSum = 0; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK()
8482 s32WSum = u16Weight + s32WSum; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK()
8498 s32WSum = u16Weight + s32WSum; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK()
8503 if(s32WSum >0) in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK()
8504 u8DepthBlkBased_Tmp2[y][x] = s32DSum/s32WSum; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK()