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/TLibDecoder/TDecSbac.cpp

    r1221 r1223  
    24092409    }
    24102410  }
    2411  
     2411#if H_MV_ENC_DEC_TRAC
    24122412  DTRACE_CU("delta_dc", rValDeltaDC);
     2413#endif
    24132414}
    24142415
     
    25092510
    25102511  m_pcTDecBinIf->decodeBin( uiSymbol, m_cSDCFlagSCModel.get( 0, 0, 0 ) );
     2512#if H_MV_ENC_DEC_TRAC
    25112513  DTRACE_CU("dc_only_flag", uiSymbol)
     2514#endif
    25122515  if( uiSymbol )
    25132516  {
Note: See TracChangeset for help on using the changeset viewer.