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


Ignore:
Timestamp:
17 Oct 2013, 11:52:24 (11 years ago)
Author:
nokia
Message:

add syntax for JCTVC-N0065

File:
1 edited

Legend:

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

    r431 r439  
    16101610      rpcSlice->setRPS(rps);
    16111611    }
     1612#if N0065_LAYER_POC_ALIGNMENT
     1613    if( rpcSlice->getLayerId() > 0 || !rpcSlice->getIdrPicFlag() )
     1614#else
    16121615    else
     1616#endif
    16131617    {
    16141618      READ_CODE(sps->getBitsForPOC(), uiCode, "pic_order_cnt_lsb");
     
    16401644      rpcSlice->setPOC              (iPOCmsb+iPOClsb);
    16411645
     1646#if N0065_LAYER_POC_ALIGNMENT
     1647      if( !rpcSlice->getIdrPicFlag() )
     1648      {
     1649#endif
    16421650      TComReferencePictureSet* rps;
    16431651      rps = rpcSlice->getLocalRPS();
     
    17711779        rpcSlice->setEnableTMVPFlag(false);
    17721780      }
     1781#if N0065_LAYER_POC_ALIGNMENT
     1782    }
     1783#endif
    17731784    }
    17741785
Note: See TracChangeset for help on using the changeset viewer.