Changeset 817 in 3DVCSoftware
- Timestamp:
- 3 Feb 2014, 11:42:15 (11 years ago)
- Location:
- branches/HTM-9.3-dev1-RWTH
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/HTM.xcodeproj/project.xcworkspace
-
Property
svn:ignore
set to
xcshareddata
-
Property
svn:ignore
set to
-
branches/HTM-9.3-dev1-RWTH/HTM.xcodeproj/project.xcworkspace/xcuserdata
-
Property
svn:ignore
set to
*.xcuserdatad
-
Property
svn:ignore
set to
-
branches/HTM-9.3-dev1-RWTH/HTM.xcodeproj/xcuserdata
-
Property
svn:ignore
set to
*.xcuserdatad
-
Property
svn:ignore
set to
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/TComDataCU.cpp
r816 r817 3473 3473 3474 3474 Bool refViewAvailFlag = false; 3475 UChar predFlag[2] = {0, 0}; 3475 UChar predFlag[2] = {0, 0}; 3476 #if !MTK_RBIP_VSP_G0069 3476 3477 Int refListIdY = 0; 3477 3478 Int viewIdInRefListX = -1; 3479 #endif 3478 3480 3479 3481 for( Int iRefListIdX = 0; iRefListIdX < 2 && !refViewAvailFlag; iRefListIdX++ ) … … 3487 3489 refViewAvailFlag = true; 3488 3490 predFlag[iRefListIdX] = 1; 3491 #if !MTK_RBIP_VSP_G0069 3489 3492 viewIdInRefListX = m_pcSlice->getRefPic(eRefPicListX, i)->getViewId(); 3490 3493 refListIdY = 1 - iRefListIdX; 3494 #endif 3491 3495 pcMvFieldNeighbours[(iCount<<1)+iRefListIdX].setMvField( pDInfo->m_acNBDV, i ); 3492 3496 #if H_3D_NBDV
Note: See TracChangeset for help on using the changeset viewer.