Changeset 1057 in 3DVCSoftware for branches/HTM-12.0-dev1/source
- Timestamp:
- 26 Sep 2014, 19:47:23 (10 years ago)
- Location:
- branches/HTM-12.0-dev1/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/App/TAppEncoder/TAppEncTop.cpp
r1056 r1057 1855 1855 else 1856 1856 { 1857 Int lsIdx = vps.olsIdxToLsIdx( olsIdx );1858 1857 if( (Int) m_profileTierLevelIdx[ olsIdx ].size() < vps.getNumLayersInIdList( lsIdx ) ) 1859 1858 { -
branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp
r1055 r1057 3207 3207 { 3208 3208 #if H_MV_HLS10_MAXNUMPICS 3209 rps->checkMaxNumPics( vps->getVpsExtensionFlag(), INT_MAX, getLayerId(), getMaxDecPicBuffering( getSpsMaxSubLayersMinus1() ) - 1 ); // INT_MAX to be replaced by DpbSize3209 rps->checkMaxNumPics( vps->getVpsExtensionFlag(), MAX_INT, getLayerId(), getMaxDecPicBuffering( getSpsMaxSubLayersMinus1() ) - 1 ); // INT_MAX to be replaced by DpbSize 3210 3210 #else 3211 3211 rps->checkMaxNumPics( vps->getVpsExtensionFlag(), vps->getMaxNumPics( currLayerId ),
Note: See TracChangeset for help on using the changeset viewer.