Ignore:
Timestamp:
1 Jul 2012, 08:23:26 (12 years ago)
Author:
qualcomm
Message:

M24937 with macro QC_MULTI_DIS_CAN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.1-Qualcomm/source/Lib/TLibEncoder/TEncGOP.cpp

    r77 r91  
    691691      // init view component and predict virtual depth map
    692692      m_pcDepthMapGenerator->initViewComponent( pcPic );
     693#if !QC_MULTI_DIS_CAN
    693694      m_pcDepthMapGenerator->predictDepthMap  ( pcPic );
    694695#endif
     696#endif
    695697#if HHI_INTER_VIEW_MOTION_PRED
     698//#if !QC_MULTI_DIS_CAN
    696699      m_pcDepthMapGenerator->covertOrgDepthMap( pcPic );
     700//#endif
    697701#endif
    698702#if HHI_INTER_VIEW_RESIDUAL_PRED
     
    758762#endif
    759763#if DEPTH_MAP_GENERATION
     764#if !QC_MULTI_DIS_CAN
    760765      // update virtual depth map
    761766      m_pcDepthMapGenerator->updateDepthMap( pcPic );
     767#endif
    762768#endif
    763769
Note: See TracChangeset for help on using the changeset viewer.