Changeset 1241 in SHVCSoftware


Ignore:
Timestamp:
13 Jul 2015, 22:32:03 (9 years ago)
Author:
seregin
Message:

port rev 4229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1237 r1241  
    675675    m_cCuDecoder.init   ( &m_cEntropyDecoder, &m_cTrQuant, &m_cPrediction );
    676676#endif
    677     m_cTrQuant.init     ( sps->getMaxCUWidth(), sps->getMaxCUHeight(), sps->getMaxTrSize());
     677    m_cTrQuant.init     ( sps->getMaxTrSize() );
    678678
    679679    m_cSliceDecoder.create();
Note: See TracChangeset for help on using the changeset viewer.