Changeset 1031 in 3DVCSoftware for branches/HTM-11.2-dev0/source/App


Ignore:
Timestamp:
30 Jul 2014, 20:39:28 (11 years ago)
Author:
tech
Message:

Further fixes.

Location:
branches/HTM-11.2-dev0/source/App/TAppEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncCfg.h

    r1030 r1031  
    490490#endif
    491491#endif
    492 
    493 #if H_3D_QTLPC
    494   Bool      m_bUseQTL;                                        ///< flag for using depth QuadTree Limitation
    495   Bool      m_bUsePC;                                         ///< flag for using Predictive Coding with QTL
    496 #endif
    497492#if H_3D_INTER_SDC
    498493  Bool m_bDepthInterSDCFlag;                                ///< flag for inter SDC of depth map coding
  • branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncTop.cpp

    r1030 r1031  
    215215#endif
    216216#endif
    217 #endif
    218 
    219 #if H_3D_QTLPC
    220     m_cTEncTop.setUseQTL                       ( isDepth ? m_bUseQTL               : false );
    221     m_cTEncTop.setUsePC                        ( isDepth ? m_bUsePC                : false );
    222217#endif
    223218    //====== Depth Inter SDC =========
Note: See TracChangeset for help on using the changeset viewer.