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


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/TLibEncoder/TEncCavlc.cpp

    r560 r561  
    642642    }
    643643  }
    644 #if M0463_VUI_EXT_ILP_REF
    645   ////   sps_extension_vui_parameters( )
    646   if( pcSPS->getVuiParameters()->getBitstreamRestrictionFlag() )
    647   { 
    648     WRITE_UVLC( pcSPS->getNumIlpRestrictedRefLayers( ),           "num_ilp_restricted_ref_layers" );
    649     for( Int i = 0; i < pcSPS->getNumIlpRestrictedRefLayers( ); i++ )
    650     { 
    651       WRITE_UVLC( pcSPS->getMinSpatialSegmentOffsetPlus1( i ),    "min_spatial_segment_offset_plus1" );
    652       if( pcSPS->getMinSpatialSegmentOffsetPlus1( i ) > 0 )
    653       { 
    654         WRITE_FLAG( pcSPS->getCtuBasedOffsetEnabledFlag( i ),      "ctu_based_offset_enabled_flag[ i ]");
    655         if( pcSPS->getCtuBasedOffsetEnabledFlag( i ) ) 
    656         {
    657           WRITE_UVLC( pcSPS->getMinHorizontalCtuOffsetPlus1( i ), "min_horizontal_ctu_offset_plus1[ i ]");
    658         }
    659       } 
    660     } 
    661   } 
    662   ////   sps_extension_vui_parameters( ) END
    663 #endif
    664644}
    665645#endif
Note: See TracChangeset for help on using the changeset viewer.