Changeset 530 in SHVCSoftware for branches/SHM-4.1-dev/source/App


Ignore:
Timestamp:
28 Dec 2013, 02:37:15 (11 years ago)
Author:
qualcomm
Message:

Related to Adoption of JCTVC_O0223 with macro (O0223_PICTURE_TYPES_ALIGN_FLAG)
Related to Adoption of JCTVC_O0226 with macros (VPS_VUI_TILES_NOT_IN_USEFLAG
and VPS_VUI_WPP_NOT_IN_USE
FLAG)

From Hendry -- hendry@…

Location:
branches/SHM-4.1-dev/source/App/TAppEncoder
Files:
2 edited

Legend:

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

    r524 r530  
    615615  ("MaxTidIlRefPicsPlus1%d", cfg_maxTidIlRefPicsPlus1, 1, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction")
    616616#endif
     617#if O0223_PICTURE_TYPES_ALIGN_FLAG
     618  ("CrossLayerPictureTypeAlignFlag", m_crossLayerPictureTypeAlignFlag, true, "align picture type across layers" ) 
     619#endif
    617620#if N0147_IRAP_ALIGN_FLAG
    618   ("CrossLayerIrapAlignFlag", m_crossLayerIrapAlignFlag, true, "align IRAP across layers" ) 
     621    ("CrossLayerIrapAlignFlag", m_crossLayerIrapAlignFlag, true, "align IRAP across layers" ) 
    619622#endif
    620623#if AVC_BASE
     
    24432446  printf("Skip picture at ARC switch    : %d\n", m_skipPictureAtArcSwitch );
    24442447#endif
     2448#if O0223_PICTURE_TYPES_ALIGN_FLAG
     2449  printf("Cross layer picture type alignment    : %d\n", m_crossLayerPictureTypeAlignFlag );
     2450#endif
    24452451#if N0147_IRAP_ALIGN_FLAG
    24462452  printf("Cross layer IRAP alignment    : %d\n", m_crossLayerIrapAlignFlag );
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.h

    r524 r530  
    394394  Bool m_phaseAlignFlag;
    395395#endif
     396#if O0223_PICTURE_TYPES_ALIGN_FLAG
     397  Bool m_crossLayerPictureTypeAlignFlag;
     398#endif
    396399#if N0147_IRAP_ALIGN_FLAG
    397400  Bool m_crossLayerIrapAlignFlag;
Note: See TracChangeset for help on using the changeset viewer.