Ignore:
Timestamp:
8 Nov 2013, 02:13:51 (11 years ago)
Author:
seregin
Message:

copy layerId, reference picture list modification information for the slices in the picture along with performing the upsampling once per picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r442 r446  
    16071607          pcSlice->setSliceSegmentCurStartCUAddr  ( startCUAddrSlice      );
    16081608          pcSlice->setSliceBits(0);
     1609#if SVC_EXTENSION
     1610          // copy reference list modification info from the first slice, assuming that this information is the same across all slices in the picture
     1611          memcpy( pcSlice->getRefPicListModification(), pcPic->getSlice(0)->getRefPicListModification(), sizeof(TComRefPicListModification) );
     1612#endif
    16091613          uiNumSlices ++;
    16101614        }
Note: See TracChangeset for help on using the changeset viewer.