Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 17 Dec 2013, 21:57:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncTop.cpp
r735 r747 1651 1651 for ( Int layer = 0; layer <= vps.getMaxLayersMinus1(); layer++ ) 1652 1652 { 1653 #if H_3DV 1653 1654 Bool isDepth = ( vps.getDepthId( layer ) == 1 ) ; 1654 1655 Bool isLayerZero = ( layer == 0 ); 1656 #endif 1655 1657 1656 1658 #if H_3D_ARP … … 1715 1717 #endif 1716 1718 } 1717 #if H_3D 1719 #if H_3DV 1718 1720 vps.setIvMvScalingFlag( m_ivMvScalingFlag ); 1719 1721 #endif
Note: See TracChangeset for help on using the changeset viewer.