Changeset 561 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
27 Jan 2014, 17:27:45 (11 years ago)
Author:
seregin
Message:

delete M0463_VUI_EXT_ILP_REF macro and related code

File:
1 edited

Legend:

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

    r560 r561  
    836836    }
    837837  }
    838 #if M0463_VUI_EXT_ILP_REF
    839   ////   sps_extension_vui_parameters( )
    840   if( pcSPS->getVuiParameters()->getBitstreamRestrictionFlag() )
    841   {
    842     READ_UVLC( uiCode, "num_ilp_restricted_ref_layers" ); pcSPS->setNumIlpRestrictedRefLayers( uiCode );
    843     for( Int i = 0; i < pcSPS->getNumIlpRestrictedRefLayers( ); i++ )
    844     {
    845       READ_UVLC( uiCode, "min_spatial_segment_offset_plus1" ); pcSPS->setMinSpatialSegmentOffsetPlus1( i, uiCode );
    846       if( pcSPS->getMinSpatialSegmentOffsetPlus1( i ) > 0 )
    847       {
    848         READ_FLAG( uiCode, "ctu_based_offset_enabled_flag[ i ]"); pcSPS->setCtuBasedOffsetEnabledFlag(i, uiCode == 1 );
    849         if( pcSPS->getCtuBasedOffsetEnabledFlag( i ) )
    850         {
    851           READ_UVLC( uiCode, "min_horizontal_ctu_offset_plus1[ i ]"); pcSPS->setMinHorizontalCtuOffsetPlus1( i, uiCode );
    852         }
    853       }
    854     }
    855   }
    856   ////   sps_extension_vui_parameters( ) END
    857 #endif
    858838}
    859839#endif
Note: See TracChangeset for help on using the changeset viewer.