Ignore:
Timestamp:
9 Dec 2013, 17:16:03 (10 years ago)
Author:
tech
Message:

MV HEVC 6 HLS changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.0-dev0/source/Lib/TLibEncoder/TEncCavlc.h

    r655 r730  
    8585  Void  codeVPS                 ( TComVPS* pcVPS );
    8686#if H_MV
    87   Void  codeVPSExtension       ( TComVPS *pcVPS );
    88   Void  codeRepFormat          ( TComRepFormat* pcRepFormat );
    89   Void  codeVPSVUI             ( TComVPS* pcVPS );
     87  Void  codeVPSExtension        ( TComVPS *pcVPS );
     88#if H_MV_6_PS_O0118_33
     89  Void  codeVideoSignalInfo     ( TComVideoSignalInfo* pcVideoSignalInfo );
     90#endif
     91
     92#if H_MV_6_HRD_O0217_13
     93  Void  codeDpbSize   ( TComVPS* vps );
     94#endif
     95
     96#if H_MV_6_PS_REP_FORM_18_19_20
     97  Void  codeRepFormat           ( Int i, TComRepFormat* curRepFormat, TComRepFormat* prevRepFormat );
     98#else
     99  Void  codeRepFormat           ( TComRepFormat* pcRepFormat );
     100#endif
     101  Void  codeVPSVUI              ( TComVPS* pcVPS );
     102#if H_MV_6_HRD_O0164_15
     103  Void  codeVpsVuiBspHrdParameters( TComVPS* pcVPS );
     104#endif
    90105#endif
    91106  Void  codeVUI                 ( TComVUI *pcVUI, TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.