Commit 97f1f149 authored by vaclav's avatar vaclav
Browse files

- cleaning

- disable DEBUG_MODE_INFO
parent 2438bd9c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@

/*#define MEM_COUNT_DETAILS*/                   /* RAM counting tool: print per sub-structure details */

#define DEBUG_MODE_INFO                     /* output most important parameters to the subdirectory "res/" */
/*#define DEBUG_MODE_INFO*/                     /* output most important parameters to the subdirectory "res/" */
#ifdef DEBUG_MODE_INFO
/*#define DEBUG_MODE_ACELP*/                    /* output most important ACELP core parameters to the subdirectory "res/" */
/*#define DEBUG_MODE_TCX*/                      /* output most important TCX core parameters to the subdirectory "res/" */
+0 −2
Original line number Diff line number Diff line
@@ -460,8 +460,6 @@ ivas_error ivas_core_enc(
        dbgwrite( &st->count_WB, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "count_WB", n, id, ENC ) );
        dbgwrite( &st->count_SWB, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "count_SWB", n, id, ENC ) );

        dbgwrite( &st->hNoiseEst->Etot_last, sizeof( float ), 1, input_frame, fname( debug_dir, "Etot_last", n, id, ENC ) );

#ifdef DEBUG_MODE_ACELP
        dbgwrite( snr_[n], sizeof( float ), 320, 1, fname( debug_dir, "snr", n, id, ENC ) );
#endif
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ ivas_error front_vad_spar(

        /* 1st stage speech/music classification (GMM model) */
        /* run only to get 'high_lpn_flag' parameter */
        ivas_smc_gmm( st, NULL /* <-- hStereoClassif */, localVAD_HE_SAD[0], Etot[0], lsp_new, cor_map_sum, epsP, PS, non_staX, relE, &high_lpn_flag, flag_spitch );
        ivas_smc_gmm( st, NULL, localVAD_HE_SAD[0], Etot[0], lsp_new, cor_map_sum, epsP, PS, non_staX, relE, &high_lpn_flag, flag_spitch );

        /* long-term energy update */
#ifdef REMOVE_ETOT_PROPAGATION