Changeset 537 in SHVCSoftware


Ignore:
Timestamp:
6 Jan 2014, 05:06:06 (11 years ago)
Author:
seregin
Message:

add setting for CrossLayerPictureTypeAlignFlag

Location:
branches/SHM-4.1-dev/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r532 r537  
    24282428#endif
    24292429#if O0223_PICTURE_TYPES_ALIGN_FLAG
    2430   printf("Cross layer picture type alignment    : %d\n", m_crossLayerPictureTypeAlignFlag );
     2430  printf("Align picture type            : %d\n", m_crossLayerPictureTypeAlignFlag );
    24312431#endif
    24322432#if N0147_IRAP_ALIGN_FLAG
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r532 r537  
    13261326    }
    13271327#endif
     1328#if O0223_PICTURE_TYPES_ALIGN_FLAG
     1329    vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag );
     1330#endif
    13281331#if N0147_IRAP_ALIGN_FLAG
    13291332    vps->setCrossLayerIrapAlignFlag( m_crossLayerIrapAlignFlag );
  • branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r535 r537  
    10571057    {
    10581058      TComPic* pBLPic = (*m_ppcTDecTop[0]->getListPic()->begin());
     1059      pBLPic->getSlice(0)->setReferenced(true);
    10591060      fstream* pFile  = m_ppcTDecTop[0]->getBLReconFile();
    10601061      UInt uiWidth    = pBLPic->getPicYuvRec()->getWidth();
Note: See TracChangeset for help on using the changeset viewer.