Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/Lib/TLibDecoder/TDecGop.cpp
r1313 r1325 122 122 } 123 123 124 #if NH_3D_NBDV125 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.126 {127 Int iColPoc = pcSlice->getRefPOC(RefPicList(1 - pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx());128 pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc));129 }130 131 if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //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.132 {133 pcPic->checkTemporalIVRef();134 }135 136 if(pcSlice->getIsDepth())137 {138 pcPic->checkTextureRef();139 }140 #endif141 #if NH_3D142 pcSlice->setDepthToDisparityLUTs();143 #endif144 124 145 125 m_pcSliceDecoder->decompressSlice( ppcSubstreams, pcPic, m_pcSbacDecoder); … … 172 152 m_pcSAO->PCMLFDisableProcess(pcPic); 173 153 } 174 #if NH_3D175 pcPic->compressMotion(2);176 #else177 154 pcPic->compressMotion(); 178 #endif179 155 Char c = (pcSlice->isIntra() ? 'I' : pcSlice->isInterP() ? 'P' : 'B'); 180 156 if (!pcSlice->isReferenced())
Note: See TracChangeset for help on using the changeset viewer.