Ignore:
Timestamp:
26 May 2016, 15:03:18 (8 years ago)
Author:
tech
Message:

Initial merge of HM-16.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.1-dev/source/Lib/TLibCommon/TComPicSym.cpp

    r1401 r1402  
    7171
    7272
     73TComPicSym::~TComPicSym()
     74{
     75  destroy();
     76}
     77
     78
    7379Void TComPicSym::create  ( const TComSPS &sps, const TComPPS &pps, UInt uiMaxDepth )
    7480{
    75   UInt i;
    7681  m_sps = sps;
    7782  m_pps = pps;
     
    108113#endif
    109114
    110   for ( i=0; i<m_numCtusInFrame ; i++ )
     115  for (UInt i=0; i<m_numCtusInFrame ; i++ )
    111116  {
    112117    m_pictureCtuArray[i] = new TComDataCU;
     
    122127  m_ctuRsToTsAddrMap = new UInt[m_numCtusInFrame+1];
    123128
    124   for( i=0; i<m_numCtusInFrame; i++ )
     129  for(UInt i=0; i<m_numCtusInFrame; i++ )
    125130  {
    126131    m_ctuTsToRsAddrMap[i] = i;
Note: See TracChangeset for help on using the changeset viewer.