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/TLibEncoder/TEncTop.h

    r166 r193  
    150150#endif
    151151
    152 #if VSP_SLICE_HEADER
    153   Bool                    m_bUseVSP;
    154 #endif
    155 
    156152protected:
    157153  Void  xGetNewPicBuffer  ( TComPic*& rpcPic );           ///< get picture buffer which will be processed
     
    251247#endif
    252248
    253 #if VSP_SLICE_HEADER
    254   Void                    setUseVSP   ( Bool val ) { m_bUseVSP = val; }
    255   Bool                    getUseVSP             () { return m_bUseVSP; }
    256 #endif
    257 
    258249  // -------------------------------------------------------------------------------------------------------------------
    259250  // encoder function
Note: See TracChangeset for help on using the changeset viewer.