Changeset 1072 in 3DVCSoftware for branches/HTM-12.1-MV-draft-1/source/Lib/TLibCommon/TComPicYuv.h
- Timestamp:
- 13 Oct 2014, 16:44:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-MV-draft-1/source/Lib/TLibCommon/TComPicYuv.h
r872 r1072 88 88 Bool m_bIsBorderExtended; 89 89 90 #if H_3D_IV_MERGE91 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 #endif95 90 protected: 96 91 Void xExtendPicCompBorder (Pel* piTxt, Int iStride, Int iWidth, Int iHeight, Int iMarginX, Int iMarginY); 97 #if H_3D98 Void xSetPels( Pel* piPelSource , Int iSourceStride, Int iWidth, Int iHeight, Pel iVal );99 #endif100 92 101 93 public: … … 166 158 // Set border extension flag 167 159 Void setBorderExtension(Bool b) { m_bIsBorderExtended = b; } 168 #if H_3D169 // Set Function170 Void setLumaTo ( Pel pVal );171 Void setChromaTo ( Pel pVal );172 #if H_3D_IV_MERGE173 // sample to block and block to sample conversion174 Void getTopLeftSamplePos( Int iCuAddr, Int iAbsZorderIdx, Int& riX, Int& riY );175 Void getCUAddrAndPartIdx( Int iX, Int iY, Int& riCuAddr, Int& riAbsZorderIdx );176 #endif177 #endif178 160 };// END CLASS DEFINITION TComPicYuv 179 161
Note: See TracChangeset for help on using the changeset viewer.