Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCAVLC.h


Ignore:
Timestamp:
11 Sep 2013, 14:40:25 (12 years ago)
Author:
tech
Message:

Merged 8.0-dev0@621 (MV-HEVC 5 HLS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecCAVLC.h

    r608 r622  
    7676  Void  parseQtRootCbf      ( UInt uiAbsPartIdx, UInt& uiQtRootCbf );
    7777  Void  parseVPS            ( TComVPS* pcVPS );
     78#if H_MV5
     79#if H_MV
     80  Void  parseVPSExtension   ( TComVPS* pcVPS );
     81  Void  parseRepFormat      ( TComRepFormat* pcRepFormat );
     82  Void  parseVPSVUI         ( TComVPS* pcVPS );
     83#endif
     84
     85#if H_MV
     86  Void  parseSPSExtension   ( TComSPS* pcSPS ); 
     87#endif
     88#endif
    7889#if H_3D
     90#if H_MV5
     91  Void  parseVPSExtension2  ( TComVPS* pcVPS );
     92  Void  parseSPSExtension2  ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
     93#endif
    7994  Void  parseSPS            ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
    8095#else
Note: See TracChangeset for help on using the changeset viewer.