Changeset 542 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder
- Timestamp:
- 23 Jul 2013, 15:19:06 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncCfg.cpp
r539 r542 1096 1096 0.753550, 0.800000 1097 1097 }; 1098 #if H_3D_CLEANUPS1099 1098 if ( m_bUseVSO && m_bVSOLSTable ) 1100 #else1101 if ( m_bVSOLSTable )1102 #endif1103 1099 { 1104 1100 Int firstDepthLayer = -1; -
branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncTop.cpp
r539 r542 123 123 #if H_3D 124 124 vps.initViewIndex(); 125 #if H_3D_GEN126 125 xSetVPSExtension2 ( vps ); 127 #endif128 126 m_ivPicLists.setVPS ( &vps ); 129 127 #endif … … 1194 1192 } 1195 1193 #endif 1196 #if H_3D _GEN1194 #if H_3D 1197 1195 Void TAppEncTop::xSetVPSExtension2( TComVPS& vps ) 1198 1196 { -
branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncTop.h
r534 r542 123 123 Int xGetMax( std::vector<Int>& vec); 124 124 #endif 125 #if H_3D _GEN125 #if H_3D 126 126 Void xSetVPSExtension2( TComVPS& vps ); 127 127 #endif
Note: See TracChangeset for help on using the changeset viewer.