Changeset 872 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 18 Aug 2014, 22:31:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r869 r872 1506 1506 Void TEncCavlc::codeVpsDpbSizeTable(TComVPS *vps) 1507 1507 { 1508 #if !SUB_LAYERS_IN_LAYER_SET // MaxSLInLayerSets calculated earlier in the encoder 1508 1509 #if DPB_PARAMS_MAXTLAYERS 1509 1510 #if BITRATE_PICRATE_SIGNALLING … … 1534 1535 } 1535 1536 #endif 1537 #endif 1536 1538 1537 1539 … … 1542 1544 #endif 1543 1545 WRITE_FLAG( vps->getSubLayerFlagInfoPresentFlag( i ), "sub_layer_flag_info_present_flag[i]"); 1546 #if SUB_LAYERS_IN_LAYER_SET 1547 for(Int j = 0; j <= vps->getMaxSLayersInLayerSetMinus1( layerSetIdxForOutputLayerSet ); j++) 1548 #else 1544 1549 #if DPB_PARAMS_MAXTLAYERS 1545 1550 #if BITRATE_PICRATE_SIGNALLING … … 1550 1555 #else 1551 1556 for(Int j = 0; j < vps->getMaxTLayers(); j++) 1557 #endif 1552 1558 #endif 1553 1559 { … … 1585 1591 } 1586 1592 1593 #if !SUB_LAYERS_IN_LAYER_SET 1587 1594 #if BITRATE_PICRATE_SIGNALLING 1588 1595 if( MaxSubLayersInLayerSetMinus1 ) … … 1590 1597 delete [] MaxSubLayersInLayerSetMinus1; 1591 1598 } 1599 #endif 1592 1600 #endif 1593 1601 }
Note: See TracChangeset for help on using the changeset viewer.