Changeset 478 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder
- Timestamp:
- 18 Jun 2013, 17:25:49 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCAVLC.cpp
r476 r478 759 759 } 760 760 #endif // !H_MV 761 762 761 #if H_3D_IV_MERGE 763 762 READ_FLAG( uiCode, "base_view_flag" ); -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCu.cpp
r476 r478 320 320 m_ppcCU[uiDepth]->copyInterPredInfoFrom( pcCU, uiAbsPartIdx, REF_PIC_LIST_0 ); 321 321 m_ppcCU[uiDepth]->copyInterPredInfoFrom( pcCU, uiAbsPartIdx, REF_PIC_LIST_1 ); 322 #if H_3D_IV_MERGE 322 323 m_ppcCU[uiDepth]->copyDVInfoFrom(pcCU, uiAbsPartIdx); 323 #if H_3D_IV_MERGE324 324 TComMvField cMvFieldNeighbours[MRG_MAX_NUM_CANDS_MEM << 1]; // double length for mv of both lists 325 325 UChar uhInterDirNeighbours[MRG_MAX_NUM_CANDS_MEM]; -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.cpp
r476 r478 158 158 m_LFCrossSliceBoundaryFlag.push_back( pcSlice->getLFCrossSliceBoundaryFlag()); 159 159 } 160 161 160 #if H_3D_IV_MERGE 162 161 if( uiStartCUAddr == 0 ) … … 165 164 } 166 165 #endif 167 168 166 #if H_3D_NBDV 169 167 if(pcSlice->getViewIndex() && !pcSlice->getIsDepth()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done. -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.h
r476 r478 54 54 #include "TLibCommon/TComDepthMapGenerator.h" 55 55 #endif 56 57 56 #include "TDecEntropy.h" 58 57 #include "TDecSlice.h" … … 86 85 TComDepthMapGenerator* m_pcDepthMapGenerator; 87 86 #endif 88 89 87 TComSampleAdaptiveOffset* m_pcSAO; 90 88 Double m_dDecTime; -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.cpp
r476 r478 409 409 m_cSliceDecoder.init( &m_cEntropyDecoder, &m_cCuDecoder ); 410 410 m_cEntropyDecoder.init(&m_cPrediction); 411 412 411 #if H_3D_IV_MERGE 413 412 m_tAppDecTop = pcTAppDecTop; … … 919 918 920 919 #endif 921 922 920 #if H_3D_IV_MERGE 923 921 TComPic * const pcTexturePic = m_isDepth ? m_tAppDecTop->getPicFromView( m_viewIndex, pcSlice->getPOC(), false ) : NULL;
Note: See TracChangeset for help on using the changeset viewer.