Changeset 1126 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
7 Jul 2015, 02:30:56 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0223_PICTURE_TYPES_ALIGN_FLAG

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

Legend:

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

    r1124 r1126  
    11671167  ("MaxTidRefPresentFlag",                           m_maxTidRefPresentFlag,                            false, "max_tid_ref_present_flag (0: not present, 1: present) " )
    11681168  ("MaxTidIlRefPicsPlus1%d",                         cfg_maxTidIlRefPicsPlus1,                  7, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction")
    1169 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    11701169  ("CrossLayerPictureTypeAlignFlag",                 m_crossLayerPictureTypeAlignFlag,                   true, "align picture type across layers" ) 
    1171 #endif
    11721170  ("CrossLayerIrapAlignFlag",                        m_crossLayerIrapAlignFlag,                          true, "align IRAP across layers" ) 
    11731171#if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG
     
    45094507  printf("Skip picture at ARC switch        : %d\n", m_skipPictureAtArcSwitch );
    45104508#endif
    4511 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    45124509  printf("Align picture type                : %d\n", m_crossLayerPictureTypeAlignFlag );
    4513 #endif
    45144510  printf("Cross layer IRAP alignment        : %d\n", m_crossLayerIrapAlignFlag );
    45154511#if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1124 r1126  
    490490  UInt      m_ilcIdc[1024];
    491491#endif
    492 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    493492  Bool      m_crossLayerPictureTypeAlignFlag;
    494 #endif
    495493  Bool      m_crossLayerIrapAlignFlag;
    496494#if Q0096_OVERLAY_SEI
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1124 r1126  
    17541754    }
    17551755#endif
    1756 #if O0223_PICTURE_TYPES_ALIGN_FLAG
    17571756    vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag );
    1758 #endif
    17591757#if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG
    17601758    vps->setCrossLayerAlignedIdrOnlyFlag( m_crossLayerAlignedIdrOnlyFlag );
Note: See TracChangeset for help on using the changeset viewer.