Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCAVLC.h
r622 r655 76 76 Void parseQtRootCbf ( UInt uiAbsPartIdx, UInt& uiQtRootCbf ); 77 77 Void parseVPS ( TComVPS* pcVPS ); 78 #if H_MV579 78 #if H_MV 80 79 Void parseVPSExtension ( TComVPS* pcVPS ); … … 86 85 Void parseSPSExtension ( TComSPS* pcSPS ); 87 86 #endif 88 #endif89 87 #if H_3D 90 #if H_MV591 88 Void parseVPSExtension2 ( TComVPS* pcVPS ); 92 89 Void parseSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 93 #endif94 90 Void parseSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ); 95 91 #else … … 117 113 Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 118 114 #endif 119 #if LGE_INTER_SDC_E0156115 #if H_3D_INTER_SDC 120 116 Void parseInterSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 121 117 Void parseInterSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPart );
Note: See TracChangeset for help on using the changeset viewer.