Changeset 1386 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 13 Nov 2015, 16:29:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComPic.h
r1321 r1386 154 154 TComDecodedRps m_decodedRps; 155 155 #endif 156 #if NH_3D 156 #if NH_3D_VSO 157 157 Int m_viewIndex; 158 158 Bool m_isDepth; … … 189 189 190 190 TComPicSym* getPicSym() { return &m_picSym; } 191 const TComPicSym* getPicSym() const { return &m_picSym; } 191 192 TComSlice* getSlice(Int i) { return m_picSym.getSlice(i); } 192 193 Int getPOC() const { return m_picSym.getSlice(m_uiCurrSliceIdx)->getPOC(); } … … 247 248 #if NH_MV 248 249 Void setLayerId ( Int layerId ) { m_layerId = layerId; } 249 Int getLayerId () 250 Int getLayerId () const { return m_layerId; } 250 251 251 252 Void setViewId ( Int viewId ) { m_viewId = viewId; } 252 Int getViewId () 253 Int getViewId () const { return m_viewId; } 253 254 254 255 Void setPicOutputFlag(Bool b) { m_bPicOutputFlag = b; } 255 Bool getPicOutputFlag() 256 Bool getPicOutputFlag() const { return m_bPicOutputFlag ; } 256 257 257 258 Bool getPocResetPeriodId(); … … 310 311 Void print( Int outputLevel ); 311 312 312 #if NH_3D 313 #if NH_3D_VSO 313 314 Void setViewIndex ( Int viewIndex ) { m_viewIndex = viewIndex; } 314 Int getViewIndex () 315 Int getViewIndex () const { return m_viewIndex; } 315 316 316 317 Void setIsDepth ( Bool isDepth ) { m_isDepth = isDepth; } … … 403 404 TComList<TComSubDpb*> m_subDpbs; 404 405 Bool m_printPicOutput; 405 #if NH_3D 406 #if NH_3D_VSO 406 407 const TComVPS* m_vps; 407 408 #endif … … 447 448 Void print(); 448 449 449 #if NH_3D 450 #if NH_3D_VSO 450 451 Void setVPS ( const TComVPS* vps ) { m_vps = vps; }; 451 TComPic* getPic ( Int viewIndex, Bool depthFlag, Int poc );452 TComPicYuv* getPicYuv ( Int viewIndex, Bool depthFlag, Int poc, Bool recon );452 TComPic* getPic ( Int viewIndex, Bool depthFlag, Int auxId, Int poc ); 453 TComPicYuv* getPicYuv ( Int viewIndex, Bool depthFlag, Int auxId, Int poc, Bool recon ); 453 454 #endif 454 455
Note: See TracChangeset for help on using the changeset viewer.