Changeset 1085 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 26 Mar 2015, 04:33:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1081 r1085 1498 1498 for( i = 0; i < vps->getMaxLayers() - 1; i++ ) 1499 1499 { 1500 #if O0225_MAX_TID_FOR_REF_LAYERS1501 1500 for( Int j = i+1; j < vps->getMaxLayers(); j++) 1502 1501 { 1503 1502 vps->setMaxTidIlRefPicsPlus1(i, j, m_acTEncTop[i].getMaxTidIlRefPicsPlus1()); 1504 1503 } 1505 #else1506 vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());1507 #endif1508 1504 } 1509 1505 } … … 1512 1508 for( i = 0; i < vps->getMaxLayers() - 1; i++ ) 1513 1509 { 1514 #if O0225_MAX_TID_FOR_REF_LAYERS1515 1510 for( Int j = i+1; j < vps->getMaxLayers(); j++) 1516 1511 { 1517 1512 vps->setMaxTidIlRefPicsPlus1(i, j, 7); 1518 1513 } 1519 #else1520 vps->setMaxTidIlRefPicsPlus1(i, 7);1521 #endif1522 1514 } 1523 1515 }
Note: See TracChangeset for help on using the changeset viewer.