Ignore:
Timestamp:
6 Feb 2012, 00:52:17 (13 years ago)
Author:
poznan-univ
Message:

Poznan Tools

  • Depth base motion vector prediction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2-poznan-univ/source/Lib/TLibDecoder/TDecTop.h

    r11 r12  
    5555#include "TDecCAVLC.h"
    5656
     57#if POZNAN_MP
     58#include "../TLibCommon/TComMP.h"
     59#endif
     60
    5761// ====================================================================================================================
    5862// Class definition
     
    7175  Void  uninit      ();
    7276  Void  setSlice    ( TComSlice* pcSlice );
    73 #if POZNAN_SYNTH
     77#if POZNAN_CU_SKIP || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)
    7478  Double****          getBaseViewShiftLUTD      ()  { return m_adBaseViewShiftLUT;   }
    7579  Int****             getBaseViewShiftLUTI      ()  { return m_aiBaseViewShiftLUT;   }
     
    99103  UInt    m_uiMaxViewId;
    100104
    101 #if POZNAN_SYNTH
     105#if POZNAN_CU_SKIP || POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)
    102106
    103107  UInt    m_uiBitDepthForLUT;
     
    118122};
    119123
    120 #if POZNAN_SYNTH
     124#if POZNAN_CU_SKIP || POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)
    121125  template <class T>
    122126Void CamParsCollector::xDeleteArray( T*& rpt, UInt uiSize1, UInt uiSize2, UInt uiSize3 )
     
    223227#endif
    224228
     229#if POZNAN_MP
     230  TComMP*                                 m_pcMP;
     231#endif
     232
    225233  Bool                    m_bIsDepth;
    226234  Int                     m_iViewIdx;
Note: See TracChangeset for help on using the changeset viewer.