Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCavlc.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCavlc.h
r622 r655 84 84 UInt getCoeffCost () { return m_uiCoeffCost; } 85 85 Void codeVPS ( TComVPS* pcVPS ); 86 #if H_MV587 86 #if H_MV 88 87 Void codeVPSExtension ( TComVPS *pcVPS ); … … 90 89 Void codeVPSVUI ( TComVPS* pcVPS ); 91 90 #endif 92 #endif93 91 Void codeVUI ( TComVUI *pcVUI, TComSPS* pcSPS ); 94 #if H_MV595 92 #if H_MV 96 93 Void codeSPSExtension ( TComSPS* pcSPS ); 97 94 #endif 98 #endif99 95 #if H_3D 100 #if H_MV5101 96 Void codeVPSExtension2 ( TComVPS* pcVPS ); 102 97 Void codeSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 103 #endif104 98 Void codeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 105 99 #else … … 133 127 Void codeICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 134 128 #endif 135 #if LGE_INTER_SDC_E0156129 #if H_3D_INTER_SDC 136 130 Void codeInterSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 137 131 Void codeInterSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment );
Note: See TracChangeset for help on using the changeset viewer.