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/TEncSbac.h

    r166 r213  
    9898  //--SBAC RD
    9999
    100 #if VIDYO_VPS_INTEGRATION
     100#if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046
    101101  Void  codeVPS                 ( TComVPS* pcVPS );
    102102#endif
     
    145145#endif
    146146  Void  codeScalingList      ( TComScalingList* scalingList     ){ assert (0);  return;};
     147 
     148#if RWTH_SDC_DLT_B0036
     149  Void codeSDCFlag          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     150  Void codeSDCResidualData  ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment );
     151  Void codeSDCPredMode      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     152#endif
    147153
    148154private:
     
    175181  Void  xCodeContourPredTexDeltaInfo( TComDataCU* pcCU, UInt uiAbsPartIdx );
    176182#endif
    177 #if LGE_EDGE_INTRA
     183#if LGE_EDGE_INTRA_A0070
    178184  Void  xCodeEdgeIntraInfo( TComDataCU* pcCU, UInt uiPartIdx );
    179185#endif
     
    202208  Void codeAlfCtrlFlag   ( TComDataCU* pcCU, UInt uiAbsPartIdx );
    203209  Void codeSkipFlag      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     210#if LGE_ILLUCOMP_B0045
     211  Void codeICFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     212#endif
    204213#if FORCE_REF_VSP==1
    205214  Void codeVspFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     
    263272  ContextModel3DBuffer m_cCUSplitFlagSCModel;
    264273  ContextModel3DBuffer m_cCUSkipFlagSCModel;
     274#if LGE_ILLUCOMP_B0045
     275  ContextModel3DBuffer m_cCUICFlagSCModel;
     276#endif
    265277  ContextModel3DBuffer m_cCUMergeFlagExtSCModel;
    266278  ContextModel3DBuffer m_cCUMergeIdxExtSCModel;
     
    313325  ContextModel3DBuffer m_cDmmDataSCModel;
    314326#endif
    315 #if LGE_EDGE_INTRA
     327#if LGE_EDGE_INTRA_A0070
    316328  ContextModel3DBuffer m_cEdgeIntraSCModel;
    317329#if LGE_EDGE_INTRA_DELTA_DC
     
    319331#endif
    320332#endif
     333 
     334#if RWTH_SDC_DLT_B0036
     335  ContextModel3DBuffer m_cSDCFlagSCModel;
     336 
     337  ContextModel3DBuffer m_cSDCResidualFlagSCModel;
     338  ContextModel3DBuffer m_cSDCResidualSignFlagSCModel;
     339  ContextModel3DBuffer m_cSDCResidualSCModel;
     340 
     341  ContextModel3DBuffer m_cSDCPredModeSCModel;
     342#endif
    321343};
    322344
Note: See TracChangeset for help on using the changeset viewer.