Changeset 1031 in 3DVCSoftware
- Timestamp:
- 30 Jul 2014, 20:39:28 (10 years ago)
- 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 490 490 #endif 491 491 #endif 492 493 #if H_3D_QTLPC494 Bool m_bUseQTL; ///< flag for using depth QuadTree Limitation495 Bool m_bUsePC; ///< flag for using Predictive Coding with QTL496 #endif497 492 #if H_3D_INTER_SDC 498 493 Bool m_bDepthInterSDCFlag; ///< flag for inter SDC of depth map coding -
branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r1030 r1031 215 215 #endif 216 216 #endif 217 #endif218 219 #if H_3D_QTLPC220 m_cTEncTop.setUseQTL ( isDepth ? m_bUseQTL : false );221 m_cTEncTop.setUsePC ( isDepth ? m_bUsePC : false );222 217 #endif 223 218 //====== Depth Inter SDC ========= -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComSlice.cpp
r1030 r1031 1957 1957 m_ivMvScalingFlag = true; 1958 1958 #endif 1959 #endif1960 1959 #if SEPARATE_FLAG_I0085 1961 1960 m_bIVPFlag [i] = false; 1962 1961 #endif 1963 m_ivMvScalingFlag = true;1964 1962 #endif 1965 1963
Note: See TracChangeset for help on using the changeset viewer.