Changeset 213 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecTop.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/TLibDecoder/TDecTop.h
r166 r213 100 100 Int** m_aaiCodedScale; 101 101 Int* m_aiViewOrderIndex; 102 #if QC_MVHEVC_B0046 103 Int* m_aiViewId; 104 #endif 102 105 Int* m_aiViewReceived; 103 106 UInt m_uiCamParsCodedPrecision; … … 264 267 265 268 Void deletePicBuffer(); 266 269 #if QC_MVHEVC_B0046 270 Void xCopySPS( TComSPS* pSPSV0); 271 Void xCopyPPS( TComPPS* pPPSV0); 272 Void xCopyVPS( TComVPS* pVPSV0); 273 #endif 267 274 #if HHI_INTER_VIEW_RESIDUAL_PRED 268 275 Void deleteExtraPicBuffers ( Int iPoc ); … … 275 282 Int getViewId() { return m_viewId ;} 276 283 Void setIsDepth( Bool isDepth ) { m_isDepth = isDepth; } 284 Bool getIsDepth() { return m_isDepth; } 277 285 278 286 #if SONY_COLPIC_AVAILABILITY … … 291 299 TAppDecTop* getTAppDecTop() { return m_tAppDecTop; } 292 300 NalUnitType getNalUnitTypeBaseView() { return m_nalUnitTypeBaseView; } 301 #if QC_MVHEVC_B0046 302 bool m_bFirstNal; //used to copy SPS, PPS, VPS 303 ParameterSetManagerDecoder* xGetParaSetDec () {return &m_parameterSetManagerDecoder;} 304 #endif 293 305 294 306 #if VSP_N … … 308 320 Bool xDecodeSlice(InputNALUnit &nalu, Int iSkipFrame, Int iPOCLastDisplay); 309 321 #endif 310 #if VIDYO_VPS_INTEGRATION 322 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 311 323 Void xDecodeVPS(); 312 324 #endif
Note: See TracChangeset for help on using the changeset viewer.