Ignore:
Timestamp:
4 Mar 2016, 09:42:34 (9 years ago)
Author:
tech
Message:

Clean-up VSO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComPic.h

    r1386 r1394  
    154154  TComDecodedRps        m_decodedRps;
    155155#endif
    156 #if NH_3D_VSO
     156#if NH_3D_VSO || NH_3D
    157157  Int                   m_viewIndex;
    158158  Bool                  m_isDepth;
     
    311311   Void          print( Int outputLevel );
    312312
    313 #if NH_3D_VSO
     313#if NH_3D_VSO ||  NH_3D
    314314   Void          setViewIndex          ( Int viewIndex )  { m_viewIndex = viewIndex;   }
    315315   Int           getViewIndex          () const           { return m_viewIndex;     }
     
    404404  TComList<TComSubDpb*>       m_subDpbs;
    405405  Bool                        m_printPicOutput;
    406 #if NH_3D_VSO
     406#if NH_3D_VSO || NH_3D
    407407  const TComVPS*              m_vps;
    408408#endif
     
    448448  Void                   print();
    449449
    450 #if NH_3D_VSO
     450#if NH_3D_VSO || NH_3D
    451451  Void                   setVPS                        ( const TComVPS* vps ) { m_vps = vps;  };
     452#endif
     453
     454#if NH_3D || NH_3D_VSO
    452455  TComPic*               getPic                        ( Int viewIndex, Bool depthFlag, Int auxId, Int poc );
    453456  TComPicYuv*            getPicYuv                     ( Int viewIndex, Bool depthFlag, Int auxId, Int poc, Bool recon );
Note: See TracChangeset for help on using the changeset viewer.