Ignore:
Timestamp:
4 Sep 2015, 21:28:58 (9 years ago)
Author:
tech
Message:

Clean-ups. HLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.0-dev0/source/Lib/TLibDecoder/TDecCAVLC.h

    r1313 r1317  
    6464protected:
    6565
     66#if NH_MV
     67  Void  parseShortTermRefPicSet            (TComSPS* pcSPS, TComStRefPicSet* pcRPS, Int stRpsIdx );
     68#else
    6669  Void  parseShortTermRefPicSet            (TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Int idx);
     70#endif
    6771
    6872#if NH_MV
     
    104108  Void  parseProfileTier    (ProfileTierLevel *ptl, const Bool bIsSubLayer);
    105109  Void  parseHrdParameters  (TComHRD *hrd, Bool cprms_present_flag, UInt tempLevelHigh);
     110#if NH_MV
     111  Void  parseFirstSliceSegmentInPicFlag( TComSlice* pcSlice );
     112  Void  parseSliceHeader    ( TComSlice* pcSlice, ParameterSetManager *parameterSetManager );
     113#else
    106114  Void  parseSliceHeader    ( TComSlice* pcSlice, ParameterSetManager *parameterSetManager, const Int prevTid0POC);
     115#endif
     116
    107117  Void  parseTerminatingBit ( UInt& ruiBit );
    108118  Void  parseRemainingBytes ( Bool noTrailingBytesExpected );
Note: See TracChangeset for help on using the changeset viewer.