Ignore:
Timestamp:
11 Jul 2014, 03:49:39 (10 years ago)
Author:
mediatek-htm
Message:

Integration of Single Depth Mode proposed in JCT3V-I0095.
The MACRO is "MTK_SINGLE_DEPTH_MODE_I0095".

By Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev3-MediaTek/source/Lib/TLibCommon/TComSlice.h

    r976 r983  
    22052205  UInt         m_aiDDDShift    [MAX_NUM_LAYERS];
    22062206#endif
    2207 
     2207#if MTK_SINGLE_DEPTH_MODE_I0095
     2208  Bool      m_bApplySingleDepthMode;
     2209#endif
    22082210public:
    22092211  TComSlice();
     
    22752277#if H_3D
    22762278  TComPic*  getTexturePic       ()                              { return  m_ivPicsCurrPoc[0][ m_viewIndex ]; }
     2279#endif
     2280#if MTK_SINGLE_DEPTH_MODE_I0095
     2281  Void      setApplySingleDepthMode( Bool b )                                { m_bApplySingleDepthMode = b; }
     2282  Bool      getApplySingleDepthMode()                                        { return m_bApplySingleDepthMode; }
    22772283#endif
    22782284#if H_3D_IC
Note: See TracChangeset for help on using the changeset viewer.