Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/App/TAppEncoder
- Timestamp:
- 17 Dec 2013, 21:57:52 (11 years ago)
- Location:
- branches/HTM-9.0r1-F0122/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.cpp
r724 r747 243 243 {"main-stereo", Profile::MAINSTEREO}, 244 244 {"main-multiview", Profile::MAINMULTIVIEW}, 245 #if H_3D 245 #if H_3DV 246 246 {"main-3d" , Profile::MAIN3D}, 247 247 #endif … … 775 775 ("ViewSynthesisPred", m_viewSynthesisPredFlag, true , "view synthesis prediction " ) 776 776 #endif 777 #if H_3D 777 #if H_3DV 778 778 ("IvMvScaling", m_ivMvScalingFlag , true , "inter view motion vector scaling" ) 779 779 #endif … … 2461 2461 printf("ViewSynthesisPred:%d ", m_viewSynthesisPredFlag ); 2462 2462 #endif 2463 #if H_3D 2463 #if H_3DV 2464 2464 printf("IvMvScaling:%d ", m_ivMvScalingFlag ? 1 : 0 ); 2465 2465 #endif -
branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncCfg.h
r724 r747 141 141 Bool m_viewSynthesisPredFlag; 142 142 #endif 143 #if H_3D 143 #if H_3DV 144 144 Bool m_ivMvScalingFlag; 145 145 #endif -
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.