Changeset 1128 in 3DVCSoftware for branches/HTM-13.0-MV-draft-2/source/Lib/TLibExtractor
- Timestamp:
- 10 Nov 2014, 14:19:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-MV-draft-2/source/Lib/TLibExtractor/TExtrTop.cpp
r1124 r1128 72 72 { 73 73 TComSPS cSPS; 74 #if H_3D75 76 #if HHI_TOOL_PARAMETERS_I2_J010777 74 m_cEntropyDecoder .decodeSPS( &cSPS ); 78 #else79 Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );80 m_cEntropyDecoder .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) );81 #endif82 #else83 m_cEntropyDecoder .decodeSPS( &cSPS );84 #endif85 75 m_acSPSBuffer .push_back( cSPS ); 86 76 } … … 114 104 rcVpsInfoHandle << "LayerIdInNuh = " << layerId << std::endl; 115 105 rcVpsInfoHandle << "ViewOrderIndex = " << m_cVPS.getViewIndex ( layerId ) << std::endl; 116 #if H_3D117 rcVpsInfoHandle << "DepthFlag = " << m_cVPS.getDepthId ( layerId ) << std::endl;118 #endif119 106 rcVpsInfoHandle << "ViewId = " << m_cVPS.getViewId ( layerId ) << std::endl; 120 107 }
Note: See TracChangeset for help on using the changeset viewer.