Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder
- Timestamp:
- 17 Dec 2013, 21:57:52 (11 years ago)
- Location:
- branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncCavlc.cpp
r724 r747 600 600 Void TEncCavlc::codeSPSExtension2( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ) 601 601 { 602 #if H_3D_QTLPC 602 #if H_3D_QTLPC && H_3DV 603 603 //GT: This has to go to VPS 604 604 if( depthFlag ) -
branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncGOP.cpp
r724 r747 1827 1827 pcPic->destroyNonDBFilterInfo(); 1828 1828 } 1829 #if H_3D 1829 #if H_3DV 1830 1830 pcPic->compressMotion(2); 1831 1831 #endif 1832 #if !H_3D 1832 #if !H_3DV 1833 1833 pcPic->compressMotion(); 1834 1834 #endif -
branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncTop.cpp
r724 r747 403 403 { 404 404 #endif 405 #if H_3D 405 #if H_3DV 406 406 TComPic* picLastCoded = getPic( getGOPEncoder()->getPocLastCoded() ); 407 407 if( picLastCoded ) … … 766 766 767 767 #if H_3D_QTLPC 768 #if H_3DV 768 769 m_cSPS.setUseQTL( m_bUseQTL ); 769 770 m_cSPS.setUsePC ( m_bUsePC ); 771 #else 772 m_cSPS.setUseQTL( m_bUseQTL ); 773 m_cSPS.setUsePC ( 0 ); 774 #endif 770 775 #endif 771 776
Note: See TracChangeset for help on using the changeset viewer.