Changeset 1030 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 26 Feb 2015, 23:22:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1029 r1030 412 412 413 413 #if REF_REGION_OFFSET 414 READ_UVLC( uiCode, "num_ref_loc_offsets" ); pcPPS->setNum ScaledRefLayerOffsets(uiCode);415 for(Int k = 0; k < pcPPS->getNum ScaledRefLayerOffsets(); k++)414 READ_UVLC( uiCode, "num_ref_loc_offsets" ); pcPPS->setNumRefLayerLocationOffsets(uiCode); 415 for(Int k = 0; k < pcPPS->getNumRefLayerLocationOffsets(); k++) 416 416 { 417 READ_CODE( 6, uiCode, "ref_loc_offset_layer_id" ); pcPPS->set ScaledRefLayerId( k, uiCode );417 READ_CODE( 6, uiCode, "ref_loc_offset_layer_id" ); pcPPS->setRefLocationOffsetLayerId( k, uiCode ); 418 418 READ_FLAG( uiCode, "scaled_ref_layer_offset_present_flag" ); pcPPS->setScaledRefLayerOffsetPresentFlag( k, uiCode ); 419 419 if (uiCode)
Note: See TracChangeset for help on using the changeset viewer.