Changeset 1083 in 3DVCSoftware


Ignore:
Timestamp:
22 Oct 2014, 02:27:56 (10 years ago)
Author:
tech
Message:

Further updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-dev0/source/Lib/TLibCommon/TComPicSym.cpp

    r1081 r1083  
    230230      for(Int col=0; col < getNumColumnsMinus1(); col++)
    231231  {
     232        m_tileParameters[row * numCols + col].setTileWidth( pps->getTileColumnWidth(col) );
     233        cumulativeTileWidth += pps->getTileColumnWidth(col);
    232234  }
    233235      m_tileParameters[row * numCols + getNumColumnsMinus1()].setTileWidth( getFrameWidthInCU()-cumulativeTileWidth );
Note: See TracChangeset for help on using the changeset viewer.