Ignore:
Timestamp:
1 Nov 2012, 19:22:41 (12 years ago)
Author:
mitsubishi-htm
Message:

Initial integration of VSP into HTM 4.0.1. The version used for JCT3V-B0102 at Shanghai meeting.

  • VC9 project/solution files updated. Other Visual C++ project/solution files are not updated.
  • Linux make file updated.

TODO

  • A second release is expected to include some bug fix and improvements on the interface, e.g. to move switches from macro definition to the configuration file.
  • A third release is expected after being integrated within HTM 5.x, which is to be used for CE1.h anchor.
File:
1 edited

Legend:

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

    r56 r166  
    4646#include "TLibCommon/TComPrediction.h"
    4747#include "TDecEntropy.h"
     48#if DEBUGIMGOUT || DEBUGLOGOUT
     49#include "TLibCommon/DebugLog.h"
     50#endif
    4851
    4952//! \ingroup TLibDecoder
     
    6467  TComYuv**           m_ppcYuvResPred;    ///< residual prediction buffer
    6568#endif
     69#if VSP_N
     70  TComYuv**           m_ppcYuvAvail;      ///< array of available map buffer
     71  TComYuv**           m_ppcYuvSynth;      ///< array of synth buffer
     72#endif
    6673  TComDataCU**        m_ppcCU;            ///< CU data array
    6774 
     
    7784  virtual ~TDecCu();
    7885 
     86#if DEBUGLOGOUT
     87  DebugLog            m_cDebug;
     88#endif
     89
    7990  /// initialize access channels
    8091  Void  init                    ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction );
     
    121132  Void xFillPCMBuffer           (TComDataCU* pCU, UInt absPartIdx, UInt depth);
    122133#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
    123138};
    124139
Note: See TracChangeset for help on using the changeset viewer.