Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncEntropy.h
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncEntropy.h
r1124 r1131 69 69 70 70 virtual Void codeVPS ( TComVPS* pcVPS ) = 0; 71 #if HHI_TOOL_PARAMETERS_I2_J010772 71 virtual Void codeSPS ( TComSPS* pcSPS ) = 0; 73 #else74 #if !H_3D75 virtual Void codeSPS ( TComSPS* pcSPS ) = 0;76 #else77 virtual Void codeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ) = 0;78 #endif79 #endif80 72 virtual Void codePPS ( TComPPS* pcPPS ) = 0; 81 73 virtual Void codeSliceHeader ( TComSlice* pcSlice ) = 0; … … 169 161 Void encodeVPS ( TComVPS* pcVPS); 170 162 // SPS 171 #if HHI_TOOL_PARAMETERS_I2_J0107172 163 Void encodeSPS ( TComSPS* pcSPS ); 173 #else174 #if H_3D175 Void encodeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );176 #else177 Void encodeSPS ( TComSPS* pcSPS );178 #endif179 #endif180 164 Void encodePPS ( TComPPS* pcPPS ); 181 165 Void encodeSplitFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, Bool bRD = false );
Note: See TracChangeset for help on using the changeset viewer.