Ignore:
Timestamp:
19 Nov 2012, 21:15:40 (12 years ago)
Author:
mitsubishi-htm
Message:

A second release, as planned

  • Migrate to HTM 4.1
  • Move VSP related switches to cfg file instead of #define in the source code
  • A few bug fixes
  • For VC project files, only VC9 file is updated

TODO

  • Migrate to HTM 5.0, to be used as anchor for CE1 toward Geneva meeting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCu.h

    r166 r193  
    4646#include "TLibCommon/TComPrediction.h"
    4747#include "TDecEntropy.h"
    48 #if DEBUGIMGOUT || DEBUGLOGOUT
    49 #include "TLibCommon/DebugLog.h"
    50 #endif
    5148
    5249//! \ingroup TLibDecoder
     
    8481  virtual ~TDecCu();
    8582 
    86 #if DEBUGLOGOUT
    87   DebugLog            m_cDebug;
    88 #endif
    89 
    9083  /// initialize access channels
    9184  Void  init                    ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction );
     
    132125  Void xFillPCMBuffer           (TComDataCU* pCU, UInt absPartIdx, UInt depth);
    133126#endif
    134 #if DEBUGIMGOUT
    135   Void xColsetToPic             ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth );
    136   Void xColsetToPicMerge        ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth );
    137 #endif
    138127};
    139128
Note: See TracChangeset for help on using the changeset viewer.