Searched refs:_depthBlkBased_tmp (Results 1 – 1 of 1) sorted by relevance
8595 MS_U8 **_depthBlkBased_tmp; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST() local8619 _depthBlkBased_tmp = (MS_U8 **)malloc(sizeof(MS_U8 *) * NBLK_V_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8621 _depthBlkBased_tmp[y]=(MS_U8 *)malloc(sizeof(MS_U8) * NBLK_H_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8687 _depthBlkBased_tmp[y][x] = MINMAX(depth,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8713 _depthBlkBased_tmp[y][x] = MINMAX(depth,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8725 _depthBlkBased_tmp[y][x] = MINMAX(depth,0,255); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8772 depth += _depthBlkBased_tmp[yj][xj]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8782 depth += _depthBlkBased_tmp[yj][xj]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8789 _depthBlkBased_tmp2[y][x]= _depthBlkBased_tmp[y][x]; in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()8897 free(_depthBlkBased_tmp[y]); in _MDrv_SC_3D_2DTo3D_DepthDetectionBLK_TEST()[all …]