Changeset 213 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibEncoder/TEncCavlc.h
- Timestamp:
- 31 Dec 2012, 18:33:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibEncoder/TEncCavlc.h
r166 r213 114 114 UInt getCoeffCost () { return m_uiCoeffCost; } 115 115 116 #if VIDYO_VPS_INTEGRATION 116 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 117 117 Void codeVPS ( TComVPS* pcVPS ); 118 118 #endif … … 164 164 165 165 Void codeSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 166 #if LGE_ILLUCOMP_B0045 167 Void codeICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 168 #endif 166 169 #if FORCE_REF_VSP==1 167 170 Void codeVspFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); … … 223 226 Void codeDFFlag ( UInt uiCode, const Char *pSymbolName ); 224 227 Void codeDFSvlc ( Int iCode, const Char *pSymbolName ); 228 229 #if RWTH_SDC_DLT_B0036 230 Void codeSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 231 Void codeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment ); 232 Void codeSDCPredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 233 #endif 225 234 226 235 };
Note: See TracChangeset for help on using the changeset viewer.