Changeset 1031 in 3DVCSoftware


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

Further fixes.

Location:
branches/HTM-11.2-dev0/source
Files:
3 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 =========
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r1030 r1031  
    19571957    m_ivMvScalingFlag = true;
    19581958#endif
    1959 #endif
    19601959#if SEPARATE_FLAG_I0085
    19611960    m_bIVPFlag [i]      = false;
    19621961#endif
    1963     m_ivMvScalingFlag = true;
    19641962#endif
    19651963
Note: See TracChangeset for help on using the changeset viewer.