Changeset 561 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 27 Jan 2014, 17:27:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r560 r561 642 642 } 643 643 } 644 #if M0463_VUI_EXT_ILP_REF645 //// 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( ) END663 #endif664 644 } 665 645 #endif
Note: See TracChangeset for help on using the changeset viewer.