Changeset 647 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 19 Oct 2013, 17:30:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecGop.cpp
r646 r647 158 158 rpcPic->setNumDdvCandPics(rpcPic->getDisCandRefPictures(iColPoc)); 159 159 } 160 #endif 161 #if MTK_NBDV_TN_FIX_E0172 160 162 161 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. 163 162 { 164 163 rpcPic->checkTemporalIVRef(); 165 164 } 166 #endif 167 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182 165 168 166 if(pcSlice->getIsDepth()) 169 167 {
Note: See TracChangeset for help on using the changeset viewer.