Ignore:
Timestamp:
31 Dec 2012, 18:33:14 (12 years ago)
Author:
mitsubishi-htm
Message:

A final release, as planned

  • Migrate to HTM 5.1
  • For VC project files, only VC9 file is updated
  • To be used as an additional anchor for CE1.h for 3rd JCTVC meeting at Geneva
File:
1 edited

Legend:

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

    r166 r213  
    114114  UInt  getCoeffCost          ()                { return  m_uiCoeffCost;  }
    115115 
    116 #if VIDYO_VPS_INTEGRATION
     116#if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046
    117117  Void  codeVPS                 ( TComVPS* pcVPS );
    118118#endif
     
    164164
    165165  Void codeSkipFlag      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     166#if LGE_ILLUCOMP_B0045
     167  Void codeICFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     168#endif
    166169#if FORCE_REF_VSP==1
    167170  Void codeVspFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     
    223226  Void codeDFFlag       ( UInt uiCode, const Char *pSymbolName );
    224227  Void codeDFSvlc       ( Int   iCode, const Char *pSymbolName );
     228 
     229#if RWTH_SDC_DLT_B0036
     230  Void codeSDCFlag          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     231  Void codeSDCResidualData  ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment );
     232  Void codeSDCPredMode          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     233#endif
    225234
    226235};
Note: See TracChangeset for help on using the changeset viewer.