Changeset 1128 in 3DVCSoftware for branches/HTM-13.0-MV-draft-2/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 10 Nov 2014, 14:19:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-MV-draft-2/source/Lib/TLibDecoder/TDecCAVLC.h
r1124 r1128 63 63 void parseShortTermRefPicSet (TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Int idx); 64 64 65 #if H_3D66 Int** m_aaiTempScale;67 Int** m_aaiTempOffset;68 #endif69 65 70 66 public: … … 89 85 Void parseSPSExtension ( TComSPS* pcSPS ); 90 86 #endif 91 #if H_3D92 #if HHI_VPS_3D_EXTENSION_I3_J010793 Void parseVPS3dExtension ( TComVPS* pcVPS );94 #else95 Void parseVPSExtension2 ( TComVPS* pcVPS );96 #endif97 #if HHI_TOOL_PARAMETERS_I2_J010798 Void parseSPS3dExtension ( TComSPS* pcSPS );99 87 Void parseSPS ( TComSPS* pcSPS ); 100 #else101 Void parseSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );102 Void parseSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );103 #endif104 #else105 Void parseSPS ( TComSPS* pcSPS );106 #endif107 88 108 89 #if H_MV … … 111 92 112 93 113 #if H_3D114 Void parsePPS ( TComPPS* pcPPS, TComVPS* pcVPS );115 Void parsePPSExtension ( TComPPS* pcPPS, TComVPS* pcVPS );116 #else117 94 Void parsePPS ( TComPPS* pcPPS); 118 #endif119 95 120 96 Void parseVUI ( TComVUI* pcVUI, TComSPS* pcSPS ); … … 133 109 134 110 Void parseSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 135 #if H_3D_SINGLE_DEPTH136 Void parseSingleDepthMode ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );137 #endif138 111 Void parseCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 139 112 Void parseMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPUIdx ); 140 113 Void parseMergeIndex ( TComDataCU* pcCU, UInt& ruiMergeIndex ); 141 #if H_3D_ARP142 Void parseARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );143 #endif144 #if H_3D_IC145 Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );146 #endif147 #if H_3D_INTER_SDC148 Void parseDeltaDC ( TComDataCU* pcCU, UInt absPartIdx, UInt depth );149 Void parseSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );150 #endif151 #if H_3D_DBBP152 Void parseDBBPFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );153 #endif154 114 Void parseSplitFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 155 115 Void parsePartSize ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
Note: See TracChangeset for help on using the changeset viewer.