Changeset 1230 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
9 Jul 2015, 00:53:21 (10 years ago)
Author:
seregin
Message:

port rev 4180

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
3 edited

Legend:

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

    r1226 r1230  
    13831383              READ_CODE(bitsForLtrpInSPS, uiCode, "lt_idx_sps[i]");
    13841384            }
    1385             Int usedByCurrFromSPS=pcSlice->getSPS()->getUsedByCurrPicLtSPSFlag(uiCode);
     1385            Bool usedByCurrFromSPS=pcSlice->getSPS()->getUsedByCurrPicLtSPSFlag(uiCode);
    13861386
    13871387            pocLsbLt = pcSlice->getSPS()->getLtRefPicPocLsbSps(uiCode);
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.cpp

    r1148 r1230  
    141141
    142142  const UInt uiNumSubstreams = pcSlice->getNumberOfSubstreamSizes()+1;
    143 //  const UInt uiNumSubstreams = pcSlice->getPPS()->getEntropyCodingSyncEnabledFlag() ? pcSlice->getNumberOfSubstreamSizes()+1 : pcSlice->getPPS()->getNumSubstreams();
    144143
    145144  // init each couple {EntropyDecoder, Substream}
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.cpp

    r1203 r1230  
    12991299  else
    13001300  {
    1301     beValid = pcCU->getSlice()->getPPS()->getSignHideFlag() > 0;
     1301    beValid = pcCU->getSlice()->getPPS()->getSignHideFlag();
    13021302  }
    13031303
Note: See TracChangeset for help on using the changeset viewer.