Searched refs:s32Depth (Results 1 – 1 of 1) sorted by relevance
5467 MS_S32 s32Depth = 0; in _MDrv_SC_3D_2DTo3D_HW_Info_Write() local5532 …s32Depth = (u8BLKDepth_Mod - pXCResourcePrivate->stdrvXC_3D._s32Mean_Depth_IIR)*pXCResourcePrivate… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()5536 …s32Depth = (u8BLKDepth_Mod - pXCResourcePrivate->stdrvXC_3D._s32Mean_Depth_IIR)*pXCResourcePrivate… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()5538 …s32Depth = MINMAX(s32Depth,160-pXCResourcePrivate->stdrvXC_3D._s8Clamp_Value-pXCResourcePrivate->s… in _MDrv_SC_3D_2DTo3D_HW_Info_Write()5540 s32Depth = MINMAX(s32Depth,0,MAXVALUE); in _MDrv_SC_3D_2DTo3D_HW_Info_Write()5541 s16BLKDepth = s32Depth; in _MDrv_SC_3D_2DTo3D_HW_Info_Write()6877 MS_S32 s32Depth = 0; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK() local6941 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()6944 s32Depth = ( s32DepthA * ( 256 - s32BlendWeight ) + s32DepthB * s32BlendWeight ) >> 8; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()6947 s32Depth = s32DepthA; in _MDrv_SC_3D_2DTo3D_InterpolationDepthFromRGB_BLK()[all …]