Ignore:
Timestamp:
13 Nov 2015, 17:00:20 (9 years ago)
Author:
tech
Message:

Removed 3D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/TComPicYuv.h

    r1386 r1390  
    8080
    8181  Bool  m_bIsBorderExtended;
    82 #if NH_3D_IV_MERGE
    83   Int   m_iBaseUnitWidth;       ///< Width of Base Unit (with maximum depth or minimum size, m_iCuWidth >> Max. Depth)
    84   Int   m_iBaseUnitHeight;      ///< Height of Base Unit (with maximum depth or minimum size, m_iCuHeight >> Max. Depth)
    85   Int   m_iNumCuInWidth;
    86   Int   m_iCuWidth;             ///< Width of Coding Unit (CU)
    87   Int   m_iCuHeight;            ///< Height of Coding Unit (CU)
    88 #endif
    8982
    90 #if NH_3D_VSO
    91   Void  xSetPels( Pel* piPelSource , Int iSourceStride, Int iWidth, Int iHeight, Pel iVal );
    92 #endif
    9383
    9484public:
     
    183173  Bool          getBorderExtension( )     { return m_bIsBorderExtended; }
    184174#endif
    185 #if NH_3D_VSO
    186   // Set Function
    187   Void  setLumaTo    ( Pel pVal ); 
    188   Void  setChromaTo  ( Pel pVal ); 
    189 #endif
    190 #if NH_3D
    191 #if NH_3D_IV_MERGE
    192   // sample to block and block to sample conversion
    193   Void  getTopLeftSamplePos( Int iCuAddr, Int iAbsZorderIdx, Int& riX, Int& riY );
    194   Void  getCUAddrAndPartIdx( Int iX, Int iY, Int& riCuAddr, Int& riAbsZorderIdx );
    195 #endif
    196 #endif
    197175
    198176};// END CLASS DEFINITION TComPicYuv
Note: See TracChangeset for help on using the changeset viewer.