Changeset 1355 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 26 Oct 2015, 14:16:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TComDataCU.cpp
r1321 r1355 5466 5466 } 5467 5467 5468 #if NH_3D_FIX_NBDV_COL 5469 // The picture pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx) might not be in DPB anymore 5470 // So don't access it directly. 5471 iColRefViewIdx = pColCU->getSlice()->getVPS()->getViewOrderIdx( pColCU->getSlice()->getRefLayerId( eColRefPicList, iColRefIdx ) ); 5472 #else 5468 5473 iColRefViewIdx = pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx)->getViewIndex(); 5474 #endif 5475 5469 5476 5470 5477 if ( iColViewIdx == iColRefViewIdx ) // temporal vector
Note: See TracChangeset for help on using the changeset viewer.