Changeset 908 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 17 Oct 2014, 14:27:44 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r877 r908 1780 1780 #if OUTPUT_LAYER_SETS_CONFIG 1781 1781 // Simplifying the code in the #else section 1782 #if FIX_LAYER_ID_INIT 1783 assert( scanStringToArray( cfg_highestLayerIdx[addLayerSet], m_numHighestLayerIdx[addLayerSet], "HighestLayerIdx", m_highestLayerIdx[addLayerSet] ) ); 1784 #else 1782 1785 assert( scanStringToArray( cfg_layerSetLayerIdList[addLayerSet], m_numLayerInIdList[addLayerSet], "NumLayerInIdList", m_highestLayerIdx[addLayerSet] ) ); 1786 #endif 1783 1787 #else 1784 1788 if (m_numHighestLayerIdx[addLayerSet] > 0) -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r903 r908 1458 1458 } 1459 1459 #endif 1460 #if FIX_LAYER_ID_INIT 1461 // The Layer ID List variables should be derived here. 1462 #if DERIVE_LAYER_ID_LIST_VARIABLES 1463 vps->deriveLayerIdListVariables(); 1464 #endif 1465 #endif 1460 1466 #if Q0078_ADD_LAYER_SETS 1461 1467 vps->setPredictedLayerIds(); 1462 1468 vps->setTreePartitionLayerIdList(); 1469 #if FIX_LAYER_ID_INIT 1470 vps->deriveLayerIdListVariablesForAddLayerSets(); 1471 #else 1463 1472 vps->setLayerIdIncludedFlagsForAddLayerSets(); 1473 #endif 1464 1474 #endif 1465 1475 #endif … … 1519 1529 #endif 1520 1530 #if VPS_DPB_SIZE_TABLE 1531 #if !FIX_LAYER_ID_INIT // must be derived earlier to not delete additional layer sets 1521 1532 // The Layer ID List variables can be derived here. 1522 1533 #if DERIVE_LAYER_ID_LIST_VARIABLES 1523 1534 vps->deriveLayerIdListVariables(); 1535 #endif 1524 1536 #endif 1525 1537 #if RESOLUTION_BASED_DPB
Note: See TracChangeset for help on using the changeset viewer.