Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPic.h

    r1360 r1373  
    154154  TComDecodedRps        m_decodedRps;
    155155#endif
    156 #if NH_3D
     156#if NH_3D_VSO
    157157  Int                   m_viewIndex;
    158158  Bool                  m_isDepth;
     
    311311   Void          print( Int outputLevel );
    312312
    313 #if NH_3D
     313#if NH_3D_VSO
    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                     
     406#if NH_3D_VSO
    407407  const TComVPS*              m_vps;
    408408#endif
     
    448448  Void                   print();
    449449
    450 #if NH_3D                                   
     450#if NH_3D_VSO
    451451  Void                   setVPS                        ( const TComVPS* vps ) { m_vps = vps;  };
    452   TComPic*               getPic                        ( Int viewIndex, Bool depthFlag, Int poc );
    453   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 );
    454454#endif 
    455455
Note: See TracChangeset for help on using the changeset viewer.