Ignore:
Timestamp:
23 Jul 2013, 14:37:07 (11 years ago)
Author:
tech
Message:
  • Changed HM Version number
  • Minor cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncSbac.cpp

    r539 r541  
    730730{
    731731  PartSize eSize         = pcCU->getPartitionSize( uiAbsPartIdx );
    732 
    733732#if H_3D_QTLPC
    734733  TComSPS *sps           = pcCU->getPic()->getSlice(0)->getSPS();
     
    751750  }
    752751#endif
    753 
    754752  if ( pcCU->isIntra( uiAbsPartIdx ) )
    755753  {
     
    10111009 
    10121010  assert( uiCtx < 3 );
    1013 
    10141011#if H_3D_QTLPC
    10151012  Bool bCodeSplitFlag    = true;
     
    10361033  }
    10371034#endif
    1038 
    10391035  m_pcBinIf->encodeBin( uiCurrSplitFlag, m_cCUSplitFlagSCModel.get( 0, 0, uiCtx ) );
    10401036#if !H_MV_ENC_DEC_TRAC
Note: See TracChangeset for help on using the changeset viewer.