Changeset 15 in 3DVCSoftware


Ignore:
Timestamp:
7 Feb 2012, 21:12:37 (13 years ago)
Author:
poznan-univ
Message:

Poznan Tool disability bug fix

Location:
branches/0.2-poznan-univ/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2-poznan-univ/source/Lib/TLibCommon/TypeDef.h

    r13 r15  
    100100#endif
    101101
     102#if POZNAN_CU_SKIP
    102103#define POZNAN_CU_SKIP_PSNR         1
     104#else
     105#define POZNAN_CU_SKIP_PSNR         0
     106#endif
    103107//<<<<< Poznan 3DV tools <<<<<<
    104108
  • branches/0.2-poznan-univ/source/Lib/TLibDecoder/TDecTop.h

    r12 r15  
    7575  Void  uninit      ();
    7676  Void  setSlice    ( TComSlice* pcSlice );
    77 #if POZNAN_CU_SKIP || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)
     77#if POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)
    7878  Double****          getBaseViewShiftLUTD      ()  { return m_adBaseViewShiftLUT;   }
    7979  Int****             getBaseViewShiftLUTI      ()  { return m_aiBaseViewShiftLUT;   }
Note: See TracChangeset for help on using the changeset viewer.