Changeset 897 in SHVCSoftware
- Timestamp:
- 26 Sep 2014, 21:02:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r894 r897 1739 1739 if( pcCfg->getBufferingPeriodSEIEnabled() ) 1740 1740 { 1741 Int j; 1741 1742 vps->setVpsVuiBspHrdPresentFlag(true); 1742 1743 vps->setVpsNumAddHrdParams( vps->getMaxLayers() ); 1743 1744 vps->createBspHrdParamBuffer(vps->getVpsNumAddHrdParams() + 1); 1744 for( Int i = vps->getNumHrdParameters(), j = 0; i < vps->getNumHrdParameters() + vps->getVpsNumAddHrdParams(); i++, j++)1745 for( i = vps->getNumHrdParameters(), j = 0; i < vps->getNumHrdParameters() + vps->getVpsNumAddHrdParams(); i++, j++ ) 1745 1746 { 1746 1747 vps->setCprmsAddPresentFlag( j, true ); … … 1777 1778 Int lsIdx = vps->getOutputLayerSetIdx( h ); 1778 1779 vps->setNumSignalledPartitioningSchemes(h, 1); // Only the default per-layer partitioning scheme 1779 for( Int j = 1; j < vps->getNumSignalledPartitioningSchemes(h); j++)1780 for( j = 1; j < vps->getNumSignalledPartitioningSchemes(h); j++ ) 1780 1781 { 1781 1782 // ToDo: Add code for additional partitioning schemes here … … 1783 1784 } 1784 1785 1785 for( Int i = 0; i < vps->getNumSignalledPartitioningSchemes(h); i++)1786 for( i = 0; i < vps->getNumSignalledPartitioningSchemes(h); i++ ) 1786 1787 { 1787 1788 if( i == 0 ) … … 1790 1791 { 1791 1792 vps->setNumBspSchedulesMinus1( h, i, t, 0 ); 1792 for( Intj = 0; j <= vps->getNumBspSchedulesMinus1(h, i, t); j++ )1793 for( j = 0; j <= vps->getNumBspSchedulesMinus1(h, i, t); j++ ) 1793 1794 { 1794 1795 for( Int k = 0; k <= vps->getNumPartitionsInSchemeMinus1(h, i); k++ )
Note: See TracChangeset for help on using the changeset viewer.