Changeset 116 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.cpp


Ignore:
Timestamp:
30 Aug 2012, 16:09:23 (13 years ago)
Author:
tech
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncTop.cpp

    r115 r116  
    208208#endif
    209209#if LGE_WVSO_A0119
    210     m_acTEncTopList[iViewIdx]->setWVSO                                                                                          ( false );
     210    m_acTEncTopList[iViewIdx]->setWVSO                        ( false );
    211211#endif
    212212#endif
     
    364364    m_acTEncTopList[iViewIdx]->setUseDMM                     ( false );
    365365#endif
    366 #if OL_DEPTHLIMIT
    367         m_acTEncTopList[iViewIdx]->setUseDPL                     ( false );
     366#if OL_DEPTHLIMIT_A0044
     367    m_acTEncTopList[iViewIdx]->setUseDPL                     ( false );
    368368#endif
    369369#if HHI_MPI
     
    643643    m_acTEncDepthTopList[iViewIdx]->setUseDMM                     ( m_bUseDMM );
    644644#endif
    645 #if OL_DEPTHLIMIT
    646         m_acTEncDepthTopList[iViewIdx]->setUseDPL                      (m_bDepthPartitionLimiting);
     645#if OL_DEPTHLIMIT_A0044
     646    m_acTEncDepthTopList[iViewIdx]->setUseDPL                      (m_bDepthPartitionLimiting);
    647647#endif
    648648#if HHI_MPI
Note: See TracChangeset for help on using the changeset viewer.