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


Ignore:
Timestamp:
15 Nov 2013, 20:48:18 (11 years ago)
Author:
seregin
Message:

fix for SHVC WD ticket #7, patch was provided by Takeshi Tsukuba <tsukuba.takeshi@…>

File:
1 edited

Legend:

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

    r476 r477  
    15851585
    15861586#if N0065_LAYER_POC_ALIGNMENT
     1587#if SHM_FIX7
     1588      }
     1589#endif
    15871590      if( !rpcSlice->getIdrPicFlag() )
    15881591      {
     
    16751678            }
    16761679
     1680#if SHM_FIX7
     1681            Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB - sps->getBitsForPOC() + pocLsbLt;
     1682#else
    16771683            Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB
    16781684                                        - iPOClsb + pocLsbLt;
     1685#endif
    16791686            rps->setPOC     (j, pocLTCurr);
    16801687            rps->setDeltaPOC(j, - rpcSlice->getPOC() + pocLTCurr);
     
    17191726        rpcSlice->setEnableTMVPFlag(false);
    17201727      }
    1721 #if N0065_LAYER_POC_ALIGNMENT
     1728#if N0065_LAYER_POC_ALIGNMENT && !SHM_FIX7
    17221729    }
    17231730#endif
Note: See TracChangeset for help on using the changeset viewer.