Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c8596 MS_U8 **_depthBlkBased_tmp2; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST() local
8622 _depthBlkBased_tmp2 = (MS_U8 **)malloc(sizeof(MS_U8 *) * NBLK_V_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8624 _depthBlkBased_tmp2[y]=(MS_U8 *)malloc(sizeof(MS_U8) * NBLK_H_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8785 _depthBlkBased_tmp2[y][x]= depth/s16Num; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8789 _depthBlkBased_tmp2[y][x]= _depthBlkBased_tmp[y][x]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8822 depth=_depthBlkBased_tmp2[idx_y][idx_x]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8824 … depth=(_depthBlkBased_tmp2[idx_y][idx_x]+_depthBlkBased_tmp2[idx_y][idx_x+1])>>1; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8826 … depth=(_depthBlkBased_tmp2[idx_y][idx_x]+_depthBlkBased_tmp2[idx_y+1][idx_x])>>1; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8828 …depth=(_depthBlkBased_tmp2[idx_y][idx_x]+_depthBlkBased_tmp2[idx_y][idx_x+1]+_depthBlkBased_tmp2[i… in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
8834 depth=_depthBlkBased_tmp2[idx_y][idx_x]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()
[all …]