Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibDecoder/TDecTop.cpp
r1124 r1131 726 726 727 727 #endif 728 #if HHI_TOOL_PARAMETERS_I2_J0107729 728 #if H_3D 730 729 m_apcSlicePilot->init3dToolParameters(); 731 #endif732 730 #endif 733 731 pps->setSPS(sps); … … 1087 1085 pcSlice->getTempRefPicLists( m_cListPic, m_refPicSetInterLayer0, m_refPicSetInterLayer1, tempRefPicLists, usedAsLongTerm, numPocTotalCurr); 1088 1086 pcSlice->setRefPicList ( tempRefPicLists, usedAsLongTerm, numPocTotalCurr, true ); 1089 1090 #if SEC_ARP_VIEW_REF_CHECK_J0037 || SEC_DBBP_VIEW_REF_CHECK_J0037 1087 #if H_3D 1091 1088 pcSlice->setDefaultRefView(); 1092 1089 #endif 1093 1094 1090 #if H_3D_ARP 1095 1091 pcSlice->setARPStepNum(m_ivPicLists); … … 1244 1240 TComVPS* vps = m_parameterSetManagerDecoder.getPrefetchedVPS( 0 ); 1245 1241 assert( vps != 0 ); 1246 #if HHI_TOOL_PARAMETERS_I2_J01071247 1242 m_cEntropyDecoder.decodeSPS( sps ); 1248 #else1249 m_cEntropyDecoder.decodeSPS( sps, vps->getViewIndex( m_layerId ), ( vps->getDepthId( m_layerId ) == 1 ) );1250 #endif1251 1243 #else 1252 1244 m_cEntropyDecoder.decodeSPS( sps );
Note: See TracChangeset for help on using the changeset viewer.