Changeset 1230 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 9 Jul 2015, 00:53:21 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1226 r1230 1383 1383 READ_CODE(bitsForLtrpInSPS, uiCode, "lt_idx_sps[i]"); 1384 1384 } 1385 IntusedByCurrFromSPS=pcSlice->getSPS()->getUsedByCurrPicLtSPSFlag(uiCode);1385 Bool usedByCurrFromSPS=pcSlice->getSPS()->getUsedByCurrPicLtSPSFlag(uiCode); 1386 1386 1387 1387 pocLsbLt = pcSlice->getSPS()->getLtRefPicPocLsbSps(uiCode); -
branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.cpp
r1148 r1230 141 141 142 142 const UInt uiNumSubstreams = pcSlice->getNumberOfSubstreamSizes()+1; 143 // const UInt uiNumSubstreams = pcSlice->getPPS()->getEntropyCodingSyncEnabledFlag() ? pcSlice->getNumberOfSubstreamSizes()+1 : pcSlice->getPPS()->getNumSubstreams();144 143 145 144 // init each couple {EntropyDecoder, Substream} -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.cpp
r1203 r1230 1299 1299 else 1300 1300 { 1301 beValid = pcCU->getSlice()->getPPS()->getSignHideFlag() > 0;1301 beValid = pcCU->getSlice()->getPPS()->getSignHideFlag(); 1302 1302 } 1303 1303
Note: See TracChangeset for help on using the changeset viewer.