Ignore:
Timestamp:
19 Feb 2013, 20:33:52 (12 years ago)
Author:
tech
Message:

Removed HM-6.1 related guard macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecSbac.h

    r292 r294  
    7474  Void xCopyFrom           ( TDecSbac* pSrc );
    7575  Void xCopyContextsFrom       ( TDecSbac* pSrc );
    76 #if OL_FLUSH
    7776  Void decodeFlush();
    78 #endif
    7977
    8078#if CABAC_INIT_FLAG
     
    9593  Void  parseSPS                  ( TComSPS* pcSPS         ) {}
    9694#endif
    97 #if TILES_OR_ENTROPY_SYNC_IDC 
    9895  Void  parsePPS                  ( TComPPS* pcPPS, ParameterSetManagerDecoder *parameterSet         ) {}
    99 #else
    100   Void  parsePPS                  ( TComPPS* pcPPS         ) {}
    101 #endif
    10296  Void  parseAPS                  ( TComAPS* pAPS          ) {}
    10397  void parseSEI(SEImessages&) {}
    10498
    105 #if LCU_SYNTAX_ALF
    10699#if MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137
    107100  Void  parseSliceHeader          ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet, bool isDepth) {}
    108101#else
    109102  Void  parseSliceHeader          ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet) {}
    110 #endif
    111 #else
    112   Void  parseSliceHeader          ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl ) {}
    113103#endif
    114104
     
    120110#endif
    121111 
    122 #if SAO_UNIT_INTERLEAVING
    123112  Void  parseSaoUvlc              ( UInt& ruiVal           );
    124113  Void  parseSaoSvlc              ( Int&  riVal            );
     
    129118  Void  parseSaoOneLcuInterleaving(Int rx, Int ry, SAOParam* pSaoParam, TComDataCU* pcCU, Int iCUAddrInSlice, Int iCUAddrUpInSlice, Bool bLFCrossSliceBoundaryFlag);
    130119  Void  parseSaoOffset            (SaoLcuParam* psSaoLcuParam);
    131 #endif
    132120 
    133121#if RWTH_SDC_DLT_B0036
     
    256244  ContextModel3DBuffer m_cALFUvlcSCModel;
    257245  ContextModel3DBuffer m_cALFSvlcSCModel;
    258 #if AMP_CTX
    259246  ContextModel3DBuffer m_cCUAMPSCModel;
    260 #else
    261   ContextModel3DBuffer m_cCUXPosiSCModel;
    262   ContextModel3DBuffer m_cCUYPosiSCModel;
    263 #endif
    264247  ContextModel3DBuffer m_cSaoFlagSCModel;
    265248  ContextModel3DBuffer m_cSaoUvlcSCModel;
    266249  ContextModel3DBuffer m_cSaoSvlcSCModel;
    267 #if SAO_UNIT_INTERLEAVING
    268250  ContextModel3DBuffer m_cSaoMergeLeftSCModel;
    269251  ContextModel3DBuffer m_cSaoMergeUpSCModel;
    270252  ContextModel3DBuffer m_cSaoTypeIdxSCModel;
    271 #endif
    272253
    273254#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
Note: See TracChangeset for help on using the changeset viewer.