Searched refs:s32WSum (Results 1 – 1 of 1) sorted by relevance
8366 MS_S32 s32WSum = 0, s32DSum = 0; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK() local8463 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()