Changeset 1083 in 3DVCSoftware
- Timestamp:
- 22 Oct 2014, 02:27:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/Lib/TLibCommon/TComPicSym.cpp
r1081 r1083 230 230 for(Int col=0; col < getNumColumnsMinus1(); col++) 231 231 { 232 m_tileParameters[row * numCols + col].setTileWidth( pps->getTileColumnWidth(col) ); 233 cumulativeTileWidth += pps->getTileColumnWidth(col); 232 234 } 233 235 m_tileParameters[row * numCols + getNumColumnsMinus1()].setTileWidth( getFrameWidthInCU()-cumulativeTileWidth );
Note: See TracChangeset for help on using the changeset viewer.