Commit b792f76e authored by malenov's avatar malenov
Browse files

bug fixes

parent 54c17c82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ int main(

#ifdef WMOPS
    reset_wmops();
    rest_mem( USE_32BITS );
    reset_mem( USE_32BITS );
#endif

    /*-----------------------------------------------------------------*
@@ -528,7 +528,7 @@ cleanup:

#ifdef WMOPS
    print_wmops();
    print_mem();
    print_mem( NULL );
#endif

    if ( !arg.quietModeEnabled )
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@ cleanup:

#ifdef WMOPS
    print_wmops();
    print_mem( );
    print_mem( NULL );
#endif

#ifdef DEBUGGING
+1 −1
Original line number Diff line number Diff line
@@ -1049,7 +1049,7 @@ int main(

#ifdef WMOPS
    print_wmops();
    print_mem();
    print_mem( NULL );
#endif

    return 0;
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#ifndef RELEASE
#define DEBUGGING                               /* Activate debugging part of the code */
#endif
/*#define WMOPS*/                               /* Activate complexity and memory counters (! the codec must be already instrumented with the WMC Tool (use /ic and /op options) !) */
#define WMOPS                               /* Activate complexity and memory counters (! the codec must be already instrumented with the WMC Tool (use /ic and /op options) !) */
/*#define WMOPS_PER_FRAME*/                     /* Output complexity in WMOPS per frame to the file "res/wmops" (one float value per frame) */
/*#define WMOPS_DETAIL*/                        /* Activate complexity detail printout for every function. Increases runtime overhead */
/*#define WMOPS_WC_FRAME_ANALYSIS*/             /* Output WMOPS analysis for worst case frame */