Changeset 210 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 11 Dec 2012, 18:52:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r100 r210 88 88 Int** m_aaiCodedScale; 89 89 Int* m_aiViewOrderIndex; 90 #if QC_MVHEVC_B0046 91 Int* m_aiViewId; 92 #endif 90 93 Int* m_aiViewReceived; 91 94 UInt m_uiCamParsCodedPrecision; … … 168 171 169 172 Void deletePicBuffer(); 170 173 #if QC_MVHEVC_B0046 174 Void xCopySPS( TComSPS* pSPSV0); 175 Void xCopyPPS( TComPPS* pPPSV0); 176 Void xCopyVPS( TComVPS* pVPSV0); 177 #endif 171 178 #if HHI_INTER_VIEW_RESIDUAL_PRED 172 179 Void deleteExtraPicBuffers ( Int iPoc ); … … 195 202 TAppDecTop* getTAppDecTop() { return m_tAppDecTop; } 196 203 NalUnitType getNalUnitTypeBaseView() { return m_nalUnitTypeBaseView; } 197 204 #if QC_MVHEVC_B0046 205 bool m_bFirstNal; //used to copy SPS, PPS, VPS 206 ParameterSetManagerDecoder* xGetParaSetDec () {return &m_parameterSetManagerDecoder;} 207 #endif 198 208 protected: 199 209 Void xGetNewPicBuffer (TComSlice* pcSlice, TComPic*& rpcPic); … … 208 218 Bool xDecodeSlice(InputNALUnit &nalu, Int iSkipFrame, Int iPOCLastDisplay); 209 219 #endif 210 #if VIDYO_VPS_INTEGRATION 220 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 211 221 Void xDecodeVPS(); 212 222 #endif
Note: See TracChangeset for help on using the changeset viewer.