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/TDecCAVLC.cpp

    r100 r166  
    23482348#endif
    23492349
     2350#if VSP_SLICE_HEADER
     2351  if( rpcSlice->getSPS()->getViewId()!=0
     2352#if VSP_TEXT_ONLY
     2353      && !(rpcSlice->getSPS()->isDepth())
     2354#endif
     2355    )
     2356  {
     2357    READ_FLAG( uiCode, "vsp_flag" );
     2358    rpcSlice->setVspFlag( uiCode ? true : false );
     2359  }
     2360#endif
     2361
    23502362  if (!bEntropySlice)
    23512363  {
     
    26012613}
    26022614
     2615#if FORCE_REF_VSP==1
     2616Void TDecCavlc::parseVspFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
     2617{
     2618  assert(0);
     2619}
     2620#endif
     2621
    26032622#if HHI_INTER_VIEW_MOTION_PRED
    26042623Void TDecCavlc::parseMVPIdx( Int& riMVPIdx, Int iAMVPCands )
Note: See TracChangeset for help on using the changeset viewer.