Changeset 175 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 9 May 2013, 22:48:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r174 r175 553 553 codeVUI(pcSPS->getVuiParameters(), pcSPS); 554 554 } 555 #if SCALED_REF_LAYER_OFFSETS 556 if( pcSPS->getLayerId() > 0 ) 557 { 558 Window scaledWindow = pcSPS->getScaledRefLayerWindow(); 559 WRITE_SVLC( scaledWindow.getWindowLeftOffset() >> 1, "scaled_ref_layer_left_offset" ); 560 WRITE_SVLC( scaledWindow.getWindowTopOffset() >> 1, "scaled_ref_layer_top_offset" ); 561 WRITE_SVLC( scaledWindow.getWindowRightOffset() >> 1, "scaled_ref_layer_right_offset" ); 562 WRITE_SVLC( scaledWindow.getWindowBottomOffset() >> 1, "scaled_ref_layer_bottom_offset" ); 563 } 564 #endif 555 565 556 566 WRITE_FLAG( 0, "sps_extension_flag" );
Note: See TracChangeset for help on using the changeset viewer.