Changeset 289 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder


Ignore:
Timestamp:
18 Feb 2013, 21:17:26 (12 years ago)
Author:
tech
Message:

Clean up of macros related to NBDV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecGop.cpp

    r231 r289  
    303303    {
    304304      m_pcDepthMapGenerator->initViewComponent( rpcPic );
    305 #if !QC_MULTI_DIS_CAN_A0097
     305#if !H3D_NBDV
    306306      m_pcDepthMapGenerator->predictDepthMap  ( rpcPic );
    307307#endif
     
    312312#endif
    313313
    314 #if QC_SIMPLE_NBDV_B0047
     314#if H3D_NBDV
    315315    if(pcSlice->getViewId() && pcSlice->getSPS()->getMultiviewMvPredMode())
    316316    {
     
    348348#endif
    349349#if DEPTH_MAP_GENERATION
    350 #if !QC_MULTI_DIS_CAN_A0097
     350#if !H3D_NBDV
    351351    // update virtual depth map
    352352    m_pcDepthMapGenerator->updateDepthMap( rpcPic );
Note: See TracChangeset for help on using the changeset viewer.