Changeset 549 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 21 Jan 2014, 03:57:34 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecGop.cpp
r540 r549 234 234 //-- For time output for each slice 235 235 #if SVC_EXTENSION 236 printf("\nPOC %4d LId: %1d TId: %1d ( %c-SLICE , QP%3d ) ", pcSlice->getPOC(),236 printf("\nPOC %4d LId: %1d TId: %1d ( %c-SLICE %s, QP%3d ) ", pcSlice->getPOC(), 237 237 rpcPic->getLayerId(), 238 238 pcSlice->getTLayer(), 239 239 c, 240 NaluToStr( pcSlice->getNalUnitType() ).data(), 240 241 pcSlice->getSliceQp() ); 241 242 #else -
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r540 r549 196 196 if (m_cIlpPic[0] == NULL) 197 197 { 198 for (Int j=0; j < MAX_LAYERS /*MAX_NUM_REF*/; j++) // consider to set to NumDirectRefLayers[LayerIdInVps[nuh_layer_id]]198 for (Int j=0; j < m_numDirectRefLayers; j++) 199 199 { 200 200 … … 2038 2038 { 2039 2039 CommonDecoderParams* params = this->getCommonDecoderParams(); 2040 2041 assert( params->getTargetLayerId() < vps->getMaxLayers() ); 2042 2040 2043 if( params->getValueCheckedFlag() ) 2041 2044 {
Note: See TracChangeset for help on using the changeset viewer.