Changeset 758 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
30 Apr 2014, 00:04:11 (11 years ago)
Author:
seregin
Message:

remove macro N0147_IRAP_ALIGN_FLAG

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r756 r758  
    16311631#endif
    16321632
    1633 #if N0147_IRAP_ALIGN_FLAG && !IRAP_ALIGN_FLAG_IN_VPS_VUI
    16341633  READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" );
    16351634  vps->setCrossLayerIrapAlignFlag(uiCode);
    1636 #endif
    16371635
    16381636#if VPS_DPB_SIZE_TABLE
     
    18291827Void TDecCavlc::defaultVPSVUI( TComVPS* vps )
    18301828{
    1831 #if N0147_IRAP_ALIGN_FLAG
    18321829  // When not present, the value of all_layers_idr_aligned_flag is inferred to be equal to 0.
    18331830  vps->setCrossLayerIrapAlignFlag( false );
    1834 #endif
    18351831
    18361832#if M0040_ADAPTIVE_RESOLUTION_CHANGE
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r754 r758  
    11091109  // actual decoding starts here
    11101110  xActivateParameterSets();
    1111 #if !O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS && N0147_IRAP_ALIGN_FLAG
     1111#if !O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS
    11121112  //Note setting O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS to 0 may cause decoder to crash.
    11131113  //When cross_layer_irap_aligned_flag is equal to 0, num_extra_slice_header_bits >=1
     
    17631763#endif
    17641764   
    1765 #if N0147_IRAP_ALIGN_FLAG
    17661765    if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag() )
    17671766    {
     
    17791778      }
    17801779    }
    1781 #endif
    17821780
    17831781    if( m_layerId > 0 && !pcSlice->isIntra() && pcSlice->getEnableTMVPFlag() )
Note: See TracChangeset for help on using the changeset viewer.