Changeset 1390 in 3DVCSoftware for branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/TComPicYuv.h
- Timestamp:
- 13 Nov 2015, 17:00:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-MV-draft-5/source/Lib/TLibCommon/TComPicYuv.h
r1386 r1390 80 80 81 81 Bool m_bIsBorderExtended; 82 #if NH_3D_IV_MERGE83 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 #endif89 82 90 #if NH_3D_VSO91 Void xSetPels( Pel* piPelSource , Int iSourceStride, Int iWidth, Int iHeight, Pel iVal );92 #endif93 83 94 84 public: … … 183 173 Bool getBorderExtension( ) { return m_bIsBorderExtended; } 184 174 #endif 185 #if NH_3D_VSO186 // Set Function187 Void setLumaTo ( Pel pVal );188 Void setChromaTo ( Pel pVal );189 #endif190 #if NH_3D191 #if NH_3D_IV_MERGE192 // sample to block and block to sample conversion193 Void getTopLeftSamplePos( Int iCuAddr, Int iAbsZorderIdx, Int& riX, Int& riY );194 Void getCUAddrAndPartIdx( Int iX, Int iY, Int& riCuAddr, Int& riAbsZorderIdx );195 #endif196 #endif197 175 198 176 };// END CLASS DEFINITION TComPicYuv
Note: See TracChangeset for help on using the changeset viewer.