Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c8006 MS_U8 **_RegionBlkWeightFrame_tmp; in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9() local
8038 _RegionBlkWeightFrame_tmp = (MS_U8 **)malloc(sizeof(MS_U8 *) * NBLK_V_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8040 _RegionBlkWeightFrame_tmp[y]=(MS_U8 *)malloc(sizeof(MS_U8) * NBLK_H_MAX); in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8280 _RegionBlkWeightFrame_tmp[y][x] = nonSkyRate; in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8309 sumEdge = _RegionBlkWeightFrame_tmp[mapping_yidx][mapping_xidx]; in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8313 …sumEdge = sumEdge+ _RegionBlkWeightFrame_tmp[MINMAX(mapping_yidx+j,0,NBLK_DR_V-1)][MINMAX(mapping… in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8340 free(_RegionBlkWeightFrame_tmp[y]); in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()
8341 free(_RegionBlkWeightFrame_tmp); in _MDrv_SC_3D_2DTo3D_DepthDetectionPIX_U9()