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/TLibCommon/TComRom.h

    r1221 r1223  
    157157// Change later
    158158#ifndef ENC_DEC_TRACE
    159 #define ENC_DEC_TRACE 1
     159#define ENC_DEC_TRACE 0
    160160#endif
    161161#endif
     
    176176#define DTRACE_CABAC_R( x,y ) if ( ( g_nSymbolCounter >= COUNTER_START && g_nSymbolCounter <= COUNTER_END )|| g_bJustDoIt ) fprintf( g_hTrace, x,    y );
    177177#define DTRACE_CABAC_N        if ( ( g_nSymbolCounter >= COUNTER_START && g_nSymbolCounter <= COUNTER_END )|| g_bJustDoIt ) fprintf( g_hTrace, "\n"    );
    178 
    179178#if H_MV_ENC_DEC_TRAC
    180179 extern Bool   g_traceCU;
Note: See TracChangeset for help on using the changeset viewer.