Changeset 325 in 3DVCSoftware for branches/HTM-6.1-Cleanup/source/App


Ignore:
Timestamp:
16 Apr 2013, 14:11:23 (12 years ago)
Author:
tech
Message:

Removed various macros.

Location:
branches/HTM-6.1-Cleanup/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncCfg.cpp

    r296 r325  
    368368#endif
    369369
    370 #if OL_QTLIMIT_PREDCODING_B0068
     370#if H3D_QTL
    371371  ("QTLPC",                           m_bUseQTLPC               , true         , "Use depth Quadtree Limitation + Predictive Coding" )
    372372#endif
     
    16951695  printf("WVSO:%d ", m_bUseWVSO );
    16961696#endif
    1697 #if OL_QTLIMIT_PREDCODING_B0068
     1697#if H3D_QTL
    16981698  printf("QTLPC:%d ", m_bUseQTLPC);
    16991699#endif
  • branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncCfg.h

    r296 r325  
    313313#endif
    314314
    315 #if OL_QTLIMIT_PREDCODING_B0068
     315#if H3D_QTL
    316316  Bool      m_bUseQTLPC;                                      ///< flag for using depth QuadTree Limitation + Predictive Coding
    317317#endif
  • branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncTop.cpp

    r313 r325  
    357357    m_acTEncTopList[iViewIdx]->setUseDMM                     ( false );
    358358#endif
    359 #if OL_QTLIMIT_PREDCODING_B0068
     359#if H3D_QTL
    360360    m_acTEncTopList[iViewIdx]->setUseQTLPC                   ( false );
    361361#endif
     
    659659#endif
    660660
    661 #if OL_QTLIMIT_PREDCODING_B0068
     661#if H3D_QTL
    662662    m_acTEncDepthTopList[iViewIdx]->setUseQTLPC                   (m_bUseQTLPC);
    663663#endif
Note: See TracChangeset for help on using the changeset viewer.