Changeset 1394 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 4 Mar 2016, 09:42:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComPic.h
r1386 r1394 154 154 TComDecodedRps m_decodedRps; 155 155 #endif 156 #if NH_3D_VSO 156 #if NH_3D_VSO || NH_3D 157 157 Int m_viewIndex; 158 158 Bool m_isDepth; … … 311 311 Void print( Int outputLevel ); 312 312 313 #if NH_3D_VSO 313 #if NH_3D_VSO || NH_3D 314 314 Void setViewIndex ( Int viewIndex ) { m_viewIndex = viewIndex; } 315 315 Int getViewIndex () const { return m_viewIndex; } … … 404 404 TComList<TComSubDpb*> m_subDpbs; 405 405 Bool m_printPicOutput; 406 #if NH_3D_VSO 406 #if NH_3D_VSO || NH_3D 407 407 const TComVPS* m_vps; 408 408 #endif … … 448 448 Void print(); 449 449 450 #if NH_3D_VSO 450 #if NH_3D_VSO || NH_3D 451 451 Void setVPS ( const TComVPS* vps ) { m_vps = vps; }; 452 #endif 453 454 #if NH_3D || NH_3D_VSO 452 455 TComPic* getPic ( Int viewIndex, Bool depthFlag, Int auxId, Int poc ); 453 456 TComPicYuv* getPicYuv ( Int viewIndex, Bool depthFlag, Int auxId, Int poc, Bool recon );
Note: See TracChangeset for help on using the changeset viewer.