Changeset 1084 in 3DVCSoftware for trunk/source/App/TAppDecoder
- Timestamp:
- 24 Oct 2014, 11:44:58 (10 years ago)
- Location:
- trunk/source/App/TAppDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecCfg.cpp
r1066 r1084 95 95 ("RespectDefDispWindow,w", m_respectDefDispWindow, 0, "Only output content inside the default display window\n") 96 96 #if H_MV 97 #if H_MV_HLS10_GEN_FIX98 97 ("OutputVpsInfo,v", m_outputVpsInfo, false, "Output information about the layer dependencies and layer sets") 99 #endif100 98 #endif 101 99 ; -
trunk/source/App/TAppDecoder/TAppDecCfg.h
r1066 r1084 80 80 81 81 #if H_MV 82 #if H_MV_HLS10_GEN_FIX83 82 Bool m_outputVpsInfo; ///< Output VPS information 84 #endif85 83 Void xAppendToFileNameEnd( Char* pchInputFileName, const Char* pchStringToAppend, Char*& rpchOutputFileName); ///< create filenames 86 84 #endif -
trunk/source/App/TAppDecoder/TAppDecTop.cpp
r1066 r1084 257 257 m_targetDecLayerIdSet = vps->getTargetDecLayerIdList( m_targetOptLayerSetIdx ); 258 258 } 259 #if H_MV_HLS10_GEN_FIX260 259 if (m_outputVpsInfo ) 261 260 { 262 #if H_MV_HLS10_AUX263 261 m_vps->printScalabilityId(); 264 #endif265 262 m_vps->printLayerDependencies(); 266 263 m_vps->printLayerSets(); 267 264 m_vps->printPTL(); 268 265 } 269 #endif270 266 } 271 267 #if H_3D … … 580 576 Int dpbFullness = 0; 581 577 #if H_MV 582 #if H_MV_HLS10_ADD_LAYERSETS583 578 TComSPS* activeSPS = m_tDecTop[ decIdx ]->getActiveSPS(); 584 #else585 // preliminary fix586 TComSPS* activeSPS = m_tDecTop[0]->getActiveSPS();587 #endif588 579 #else 589 580 TComSPS* activeSPS = m_cTDecTop.getActiveSPS(); … … 1155 1146 Int curLayerId = m_tDecTop[dIdx]->getLayerId(); 1156 1147 Int curLayerIdxInVps = m_vps->getLayerIdInNuh( curLayerId ); 1157 #if H_MV_HLS10_REF_PRED_LAYERS1158 1148 if ( m_vps->getDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) ) 1159 #else1160 if ( m_vps->getInDirectDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) )1161 #endif1162 1149 { 1163 1150 TComPic* curPic = m_ivPicLists.getPic( curLayerId, pocLastPic );
Note: See TracChangeset for help on using the changeset viewer.