Changeset 417 in 3DVCSoftware for branches/HTM-6.2-dev2-MERL/source
- Timestamp:
- 18 May 2013, 17:34:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev2-MERL/source/Lib/TLibCommon/TComPrediction.cpp
r416 r417 1191 1191 if(iInterDir == 3) 1192 1192 { 1193 for (Int iRefIdx = 0; iRefIdx <pcCU->getSlice()->getNumRefIdx(otherRefPicList); iRefIdx++ )1194 { 1195 Int refViewIdx = pcCU->getSlice()->getRefViewId( otherRefPicList, iRefIdx);1193 for (Int jRefIdx = 0; jRefIdx <pcCU->getSlice()->getNumRefIdx(otherRefPicList); jRefIdx++ ) 1194 { 1195 Int refViewIdx = pcCU->getSlice()->getRefViewId( otherRefPicList, jRefIdx); 1196 1196 if ( (refViewIdx != pcCU->getSlice()->getViewId()) && (refViewIdx != viewId ) ) 1197 1197 {
Note: See TracChangeset for help on using the changeset viewer.