Changeset 1241 in SHVCSoftware
- Timestamp:
- 13 Jul 2015, 22:32:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1237 r1241 675 675 m_cCuDecoder.init ( &m_cEntropyDecoder, &m_cTrQuant, &m_cPrediction ); 676 676 #endif 677 m_cTrQuant.init ( sps->getMax CUWidth(), sps->getMaxCUHeight(), sps->getMaxTrSize());677 m_cTrQuant.init ( sps->getMaxTrSize() ); 678 678 679 679 m_cSliceDecoder.create();
Note: See TracChangeset for help on using the changeset viewer.