Ignore:
Timestamp:
16 Jun 2013, 05:33:39 (12 years ago)
Author:
lg
Message:

1.IC and full pel depth coding are integrated and is guarded by Macro H_3D_IC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSbac.h

    r464 r468  
    137137  Void codeARPW          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
    138138#endif
     139#if H_3D_IC
     140  Void codeICFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx );
     141#endif
    139142  Void codeSplitFlag     ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    140143  Void codeMVPIdx        ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList );
     
    186189#if H_3D_ARP
    187190  ContextModel3DBuffer m_cCUPUARPW;
     191#endif
     192#if H_3D_IC
     193  ContextModel3DBuffer m_cCUICFlagSCModel;
    188194#endif
    189195  ContextModel3DBuffer m_cCUPartSizeSCModel;
Note: See TracChangeset for help on using the changeset viewer.