Ignore:
Timestamp:
10 Nov 2014, 14:19:08 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-MV-draft-2/source/Lib/TLibDecoder/TDecCAVLC.h

    r1124 r1128  
    6363  void  parseShortTermRefPicSet            (TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Int idx);
    6464 
    65 #if H_3D
    66   Int**    m_aaiTempScale;
    67   Int**    m_aaiTempOffset;
    68 #endif
    6965
    7066public:
     
    8985  Void  parseSPSExtension   ( TComSPS* pcSPS ); 
    9086#endif
    91 #if H_3D
    92 #if HHI_VPS_3D_EXTENSION_I3_J0107
    93   Void  parseVPS3dExtension  ( TComVPS* pcVPS );
    94 #else
    95   Void  parseVPSExtension2  ( TComVPS* pcVPS );
    96 #endif
    97 #if HHI_TOOL_PARAMETERS_I2_J0107
    98   Void  parseSPS3dExtension ( TComSPS* pcSPS );
    9987  Void  parseSPS            ( TComSPS* pcSPS );
    100 #else
    101   Void  parseSPSExtension2  ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
    102   Void  parseSPS            ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
    103 #endif 
    104 #else
    105   Void  parseSPS            ( TComSPS* pcSPS );
    106 #endif
    10788
    10889#if H_MV
     
    11192
    11293
    113 #if H_3D
    114   Void  parsePPS            ( TComPPS* pcPPS, TComVPS* pcVPS );
    115   Void  parsePPSExtension   ( TComPPS* pcPPS, TComVPS* pcVPS );
    116 #else
    11794  Void  parsePPS            ( TComPPS* pcPPS);
    118 #endif
    11995
    12096  Void  parseVUI            ( TComVUI* pcVUI, TComSPS* pcSPS );
     
    133109 
    134110  Void  parseSkipFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    135 #if H_3D_SINGLE_DEPTH
    136   Void  parseSingleDepthMode        ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    137 #endif 
    138111  Void  parseCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    139112  Void parseMergeFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPUIdx );
    140113  Void parseMergeIndex      ( TComDataCU* pcCU, UInt& ruiMergeIndex );
    141 #if H_3D_ARP
    142   Void parseARPW            ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    143 #endif
    144 #if H_3D_IC
    145   Void  parseICFlag         ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    146 #endif
    147 #if H_3D_INTER_SDC
    148   Void  parseDeltaDC        ( TComDataCU* pcCU, UInt absPartIdx, UInt depth );
    149   Void  parseSDCFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    150 #endif
    151 #if H_3D_DBBP
    152   Void  parseDBBPFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    153 #endif
    154114  Void parseSplitFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    155115  Void parsePartSize        ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
Note: See TracChangeset for help on using the changeset viewer.