Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComPicSym.h


Ignore:
Timestamp:
20 Feb 2013, 22:07:43 (12 years ago)
Author:
tech
Message:

Reintegrated branch 5.1-dev0 rev. 295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComPicSym.h

    r56 r296  
    133133  UInt        getNumPartInWidth()       { return m_uiNumPartInWidth;            }
    134134  UInt        getNumPartInHeight()      { return m_uiNumPartInHeight;           }
    135 #if !REMOVE_TILE_DEPENDENCE
    136   Void         setTileBoundaryIndependenceIdr( Int i )               { m_iTileBoundaryIndependenceIdr = i; }
    137   Int          getTileBoundaryIndependenceIdr()                      { return m_iTileBoundaryIndependenceIdr; }
    138 #endif
    139135  Void         setNumColumnsMinus1( Int i )                          { m_iNumColumnsMinus1 = i; }
    140136  Int          getNumColumnsMinus1()                                 { return m_iNumColumnsMinus1; } 
Note: See TracChangeset for help on using the changeset viewer.