Changeset 893 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 26 Sep 2014, 02:37:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r892 r893 1540 1540 for(j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++) 1541 1541 { 1542 #if DEF_OPT_LAYER_IDC 1543 vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet)-1)) ); 1544 1545 #else 1542 1546 vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet)-1)) && (vps->getDimensionId(j,1) == 0) ); 1547 #endif 1543 1548 } 1544 1549 } … … 1648 1653 { 1649 1654 #if O0135_DEFAULT_ONE_OUT_SEMANTIC 1655 #if DEF_OPT_LAYER_IDC 1656 vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(lsIdx)-1)) ); 1657 #else 1650 1658 vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(lsIdx)-1)) && (vps->getDimensionId(j,1)==0) ); 1659 #endif 1651 1660 #else 1652 1661 vps->setOutputLayerFlag(i, j, (j == (vps->getNumLayersInIdList(lsIdx)-1)));
Note: See TracChangeset for help on using the changeset viewer.