Changeset 758 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 30 Apr 2014, 00:04:11 (11 years ago)
- 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 1631 1631 #endif 1632 1632 1633 #if N0147_IRAP_ALIGN_FLAG && !IRAP_ALIGN_FLAG_IN_VPS_VUI1634 1633 READ_FLAG(uiCode, "cross_layer_irap_aligned_flag" ); 1635 1634 vps->setCrossLayerIrapAlignFlag(uiCode); 1636 #endif1637 1635 1638 1636 #if VPS_DPB_SIZE_TABLE … … 1829 1827 Void TDecCavlc::defaultVPSVUI( TComVPS* vps ) 1830 1828 { 1831 #if N0147_IRAP_ALIGN_FLAG1832 1829 // When not present, the value of all_layers_idr_aligned_flag is inferred to be equal to 0. 1833 1830 vps->setCrossLayerIrapAlignFlag( false ); 1834 #endif1835 1831 1836 1832 #if M0040_ADAPTIVE_RESOLUTION_CHANGE -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r754 r758 1109 1109 // actual decoding starts here 1110 1110 xActivateParameterSets(); 1111 #if !O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS && N0147_IRAP_ALIGN_FLAG1111 #if !O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS 1112 1112 //Note setting O0223_O0139_IRAP_ALIGN_NO_CONTRAINTS to 0 may cause decoder to crash. 1113 1113 //When cross_layer_irap_aligned_flag is equal to 0, num_extra_slice_header_bits >=1 … … 1763 1763 #endif 1764 1764 1765 #if N0147_IRAP_ALIGN_FLAG1766 1765 if( m_layerId > 0 && pcSlice->getVPS()->getCrossLayerIrapAlignFlag() ) 1767 1766 { … … 1779 1778 } 1780 1779 } 1781 #endif1782 1780 1783 1781 if( m_layerId > 0 && !pcSlice->isIntra() && pcSlice->getEnableTMVPFlag() )
Note: See TracChangeset for help on using the changeset viewer.