Changeset 832 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 15 Jul 2014, 02:35:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r825 r832 2083 2083 } 2084 2084 #endif 2085 2086 if( pps->getDependentSliceSegmentsEnabledFlag() )2087 {2088 Int NumCtx = pps->getEntropyCodingSyncEnabledFlag()?2:1;2089 m_cSliceDecoder.initCtxMem(NumCtx);2090 for ( UInt st = 0; st < NumCtx; st++ )2091 {2092 TDecSbac* ctx = NULL;2093 ctx = new TDecSbac;2094 ctx->init( &m_cBinCABAC );2095 m_cSliceDecoder.setCtxMem( ctx, st );2096 }2097 }2098 2085 } 2099 2086
Note: See TracChangeset for help on using the changeset viewer.