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/TLibEncoder/TEncCavlc.cpp

    r100 r166  
    11791179  WRITE_UVLC(MRG_MAX_NUM_CANDS - pcSlice->getMaxNumMergeCand(), "maxNumMergeCand");
    11801180#endif
     1181
     1182#if VSP_SLICE_HEADER
     1183  if( pcSlice->getSPS()->getViewId()!=0
     1184#if VSP_TEXT_ONLY
     1185      && !(pcSlice->getSPS()->isDepth())
     1186#endif
     1187    )
     1188  {
     1189    WRITE_FLAG( pcSlice->getVspFlag()?1:0, "vsp_flag" );
     1190//    printf("[VSP: %d] ", pcSlice->getVspFlag()?1:0);
     1191  }
     1192#endif
     1193
    11811194}
    11821195
     
    14261439  assert(0);
    14271440}
     1441
     1442#if FORCE_REF_VSP==1
     1443Void TEncCavlc::codeVspFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
     1444{
     1445  assert(0);
     1446}
     1447#endif
    14281448
    14291449Void TEncCavlc::codeSplitFlag   ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
Note: See TracChangeset for help on using the changeset viewer.