Ignore:
Timestamp:
6 Jul 2014, 04:44:14 (10 years ago)
Author:
tech
Message:

Cleanup part 7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.1-dev0/source/Lib/TLibCommon/TComSlice.h

    r971 r973  
    12461246  Void          setScaledFlag(Bool flag)          { m_scaledFlag = flag;  }
    12471247  Bool          getScaledFlag() const             { return m_scaledFlag;  }
    1248   Void          scaleOffsets( Int scal )         
    1249   {
    1250     if (! m_scaledFlag )
    1251     {
    1252       m_scaledFlag         = true;
    1253       m_winLeftOffset     *= scal;
    1254       m_winRightOffset    *= scal;
    1255       m_winTopOffset      *= scal;
    1256       m_winBottomOffset   *= scal;
    1257     }
    1258   }
     1248  Void          scaleOffsets( Int scal );
    12591249#endif
    12601250  Void          setWindow(Int offsetLeft, Int offsetLRight, Int offsetLTop, Int offsetLBottom)
Note: See TracChangeset for help on using the changeset viewer.