Changeset 838 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 8 Feb 2014, 01:07:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecSbac.cpp
r837 r838 234 234 #endif 235 235 m_cCUPartSizeSCModel.initBuffer ( eSliceType, iQp, (UChar*)INIT_PART_SIZE ); 236 m_cCUAMPSCModel.initBuffer ( eSliceType, iQp, (UChar*)INIT_CU_AMP_POS );237 236 m_cCUPredModeSCModel.initBuffer ( eSliceType, iQp, (UChar*)INIT_PRED_MODE ); 238 237 m_cCUIntraPredSCModel.initBuffer ( eSliceType, iQp, (UChar*)INIT_INTRA_PRED_MODE ); … … 2016 2015 } 2017 2016 2017 Void TDecSbac::parseSaoSign(UInt& val) 2018 2018 { 2019 2019 m_pcTDecBinIf->decodeBinEP ( val );
Note: See TracChangeset for help on using the changeset viewer.