Ignore:
Timestamp:
19 Feb 2013, 20:33:52 (12 years ago)
Author:
tech
Message:

Removed HM-6.1 related guard macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev0/source/Lib/TLibEncoder/TEncSampleAdaptiveOffset.h

    r56 r294  
    101101  Void destroyEncBuffer();
    102102  Void createEncBuffer();
    103 #if SAO_UNIT_INTERLEAVING
    104103  Void assignSaoUnitSyntax(SaoLcuParam* saoLcuParam,  SAOQTPart* saoPart, Bool &oneUnitFlag, Int yCbCr);
    105104  Void checkMerge(SaoLcuParam * lcuParamCurr,SaoLcuParam * lcuParamCheck, Int dir);
     
    108107  Void setMaxNumOffsetsPerPic(Int iVal) {m_maxNumOffsetsPerPic = iVal; }
    109108  Int  getMaxNumOffsetsPerPic() {return m_maxNumOffsetsPerPic; }
    110 #endif
    111109};
    112110
Note: See TracChangeset for help on using the changeset viewer.