Changeset 1109 in 3DVCSoftware for branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder
- Timestamp:
- 6 Nov 2014, 21:11:53 (10 years ago)
- Location:
- branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCavlc.cpp ¶
r1106 r1109 1007 1007 codeVPSExtension( pcVPS ); 1008 1008 #if H_3D 1009 WRITE_FLAG( 1, "vps_extension2_flag" ); 1009 WRITE_FLAG( 1, "vps_extension2_flag" ); 1010 #if HHI_VPS_3D_EXTENSION_I3_J0107 1011 WRITE_FLAG( 1, "vps_3d_extension_flag" ); 1012 m_pcBitIf->writeAlignOne(); 1013 codeVPS3dExtension( pcVPS ); 1014 #else 1010 1015 m_pcBitIf->writeAlignOne(); 1011 1016 codeVPSExtension2( pcVPS ); 1017 #endif 1012 1018 WRITE_FLAG( 0, "vps_extension3_flag" ); 1013 1019 #else … … 1613 1619 1614 1620 #if H_3D 1621 #if HHI_VPS_3D_EXTENSION_I3_J0107 1622 Void TEncCavlc::codeVPS3dExtension( TComVPS* pcVPS ) 1623 #else 1615 1624 Void TEncCavlc::codeVPSExtension2( TComVPS* pcVPS ) 1625 #endif 1616 1626 { 1617 1627 #if !HHI_TOOL_PARAMETERS_I2_J0107 -
TabularUnified branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCavlc.h ¶
r1106 r1109 99 99 #endif 100 100 #if H_3D 101 #if HHI_VPS_3D_EXTENSION_I3_J0107 102 Void codeVPS3dExtension ( TComVPS* pcVPS ); 103 #else 101 104 Void codeVPSExtension2 ( TComVPS* pcVPS ); 105 #endif 102 106 #if HHI_TOOL_PARAMETERS_I2_J0107 103 107 Void codeSPS3dExtension ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.