Ignore:
Timestamp:
13 Oct 2014, 16:44:51 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related integrations.

File:
1 edited

Legend:

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

    r872 r1072  
    8888  Bool  m_bIsBorderExtended;
    8989 
    90 #if H_3D_IV_MERGE
    91   Int   m_iBaseUnitWidth;       ///< Width of Base Unit (with maximum depth or minimum size, m_iCuWidth >> Max. Depth)
    92   Int   m_iBaseUnitHeight;      ///< Height of Base Unit (with maximum depth or minimum size, m_iCuHeight >> Max. Depth)
    93   Int   m_iNumCuInWidth;
    94 #endif
    9590protected:
    9691  Void  xExtendPicCompBorder (Pel* piTxt, Int iStride, Int iWidth, Int iHeight, Int iMarginX, Int iMarginY);
    97 #if H_3D
    98   Void  xSetPels( Pel* piPelSource , Int iSourceStride, Int iWidth, Int iHeight, Pel iVal );
    99 #endif
    10092 
    10193public:
     
    166158  // Set border extension flag
    167159  Void  setBorderExtension(Bool b) { m_bIsBorderExtended = b; }
    168 #if H_3D
    169   // Set Function
    170   Void  setLumaTo    ( Pel pVal ); 
    171   Void  setChromaTo  ( Pel pVal ); 
    172 #if H_3D_IV_MERGE
    173   // sample to block and block to sample conversion
    174   Void  getTopLeftSamplePos( Int iCuAddr, Int iAbsZorderIdx, Int& riX, Int& riY );
    175   Void  getCUAddrAndPartIdx( Int iX, Int iY, Int& riCuAddr, Int& riAbsZorderIdx );
    176 #endif
    177 #endif
    178160};// END CLASS DEFINITION TComPicYuv
    179161
Note: See TracChangeset for help on using the changeset viewer.