Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 23 Oct 2013, 23:01:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecGop.cpp
r608 r655 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 { … … 226 224 rpcPic->destroyNonDBFilterInfo(); 227 225 } 228 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170226 #if H_3D 229 227 rpcPic->compressMotion(2); 230 228 #endif
Note: See TracChangeset for help on using the changeset viewer.