Ignore:
Timestamp:
21 May 2015, 21:48:53 (9 years ago)
Author:
rwth
Message:
  • SDC seems to work now (incompatible with DMM at this stage)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibEncoder/TEncSbac.cpp

    r1221 r1223  
    25402540Void TEncSbac::xCodeDeltaDC( Pel valDeltaDC, UInt uiNumSeg )
    25412541{
     2542#if ENC_DEC_TRACE && H_MV_ENC_DEC_TRAC
    25422543  DTRACE_CU("delta_dc", valDeltaDC);
     2544#endif
    25432545  xWriteExGolombLevelDdc( UInt( abs( valDeltaDC ) - ( uiNumSeg > 1 ? 0 : 1 ) ) );
    25442546  if( valDeltaDC != 0 )
     
    26302632{
    26312633  UInt uiSymbol = pcCU->getSDCFlag( uiAbsPartIdx ) ? 1 : 0;
     2634#if ENC_DEC_TRACE && H_MV_ENC_DEC_TRAC
    26322635  DTRACE_CU("dc_only_flag", uiSymbol)
     2636#endif
    26332637  m_pcBinIf->encodeBin( uiSymbol, m_cSDCFlagSCModel.get( 0, 0, 0 ) );
    26342638}
Note: See TracChangeset for help on using the changeset viewer.