Changeset 865 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 13 Aug 2014, 01:39:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r864 r865 1467 1467 #endif 1468 1468 vps->setNumOutputLayerSets( numOutputLayerSets ); 1469 1469 #if NECESSARY_LAYER_FLAG 1470 // Default output layer set 1471 vps->setOutputLayerSetIdx(0, 0); 1472 vps->setOutputLayerFlag(0, 0, true); 1473 vps->deriveNecessaryLayerFlag(0); 1474 #endif 1470 1475 for(i = 1; i < numOutputLayerSets; i++) 1471 1476 { … … 1519 1524 } 1520 1525 } 1526 #if NECESSARY_LAYER_FLAG 1527 vps->deriveNecessaryLayerFlag(i); 1528 #endif 1521 1529 Int numBits = 1; 1522 1530 while ((1 << numBits) < (vps->getNumProfileTierLevel())) … … 1547 1555 #endif 1548 1556 } 1557 #if NECESSARY_LAYER_FLAG 1558 vps->checkNecessaryLayerFlagCondition(); 1559 #endif 1549 1560 #else 1550 1561 if( numOutputLayerSets > 1 )
Note: See TracChangeset for help on using the changeset viewer.