Commit 85f304f7 authored by malenov's avatar malenov
Browse files

cleanup of obsolete debugging output

parent f5b9e517
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -410,13 +410,6 @@ ivas_error ivas_cpe_dec(
            tdm_ratio_idx = hCPE->hStereoTD->tdm_last_ratio_idx;
        }
    }
#ifdef DEBUG_MODE_TD
    else
    {
        dbgwrite( 0, 2, 1, 320, "res/mod_ct.dec" );
    }
#endif


    /*----------------------------------------------------------------*
     * Core Decoder
+0 −1
Original line number Diff line number Diff line
@@ -251,7 +251,6 @@ void tdm_configure_dec(
    }

#ifdef DEBUG_MODE_TD
    dbgwrite( &mod_ct, 2, 1, 320, "res/mod_ct.dec" );
    dbgwrite( tdm_ratio_idx, 2, 1, 320, "res/tdm_ratio_idx.dec" );
    dbgwrite( &tdm_inst_ratio_idx, 2, 1, 320, "res/tdm_inst_ratio_idx.dec" );
    dbgwrite( &hStereoTD->tdm_lp_reuse_flag, 2, 1, 320, "res/tdm_lp_reuse_flag.dec" );
+0 −7
Original line number Diff line number Diff line
@@ -586,13 +586,6 @@ ivas_error ivas_cpe_enc(
            stereo_cng_upd_counters( hCPE->hStereoCng, hCPE->element_mode, -1, NULL, sts[0]->hTdCngEnc->burst_ho_cnt, NULL );
        }
    }
#ifdef DEBUG_MODE_TD
    else
    {
        dbgwrite( 0, 2, 1, 320, "res/mod_ct.enc" );
    }
#endif


    /* modify the coder_type depending on the total_brate per channel */
    for ( n = 0; n < n_CoreChannels; n++ )
+0 −4
Original line number Diff line number Diff line
@@ -479,9 +479,6 @@ void tdm_configure_enc(
        }
    }
#endif
#ifdef DEBUG_MODE_TD
    sts[0]->mod_ct_ST = mod_ct;
#endif

    /* Correction of tdm_inst_ratio_idx in case of TC in the seecondary channel */
    if ( hStereoTD->flag_skip_DMX == 0 && hStereoTD->tdm_LRTD_flag == 1 && sts[1]->tc_cnt > 1 /*&& abs(hStereoTD->tdm_inst_ratio_idx-LRTD_STEREO_MID_IS_PRIM) > 5*/ )
@@ -569,7 +566,6 @@ void tdm_configure_enc(
#ifdef DEBUG_MODE_TD
    dbgwrite( &hStereoTD->tdm_low_rate_mode, 2, 1, 320, "res/tdm_low_rate_mode_c" );
    dbgwrite( &hStereoTD->tdm_lp_reuse_flag, 2, 1, 320, "res/tdm_lp_reuse_flag_c" );
    dbgwrite( &mod_ct, 2, 1, 320, "res/mod_ct.enc" );
#endif

    /*----------------------------------------------------------------*
+0 −3
Original line number Diff line number Diff line
@@ -1557,9 +1557,6 @@ typedef struct enc_core_structure
    int16_t dtx_sce_sba; /* enable use of FD CNG with transform domain cores in SCE SBA */

    int16_t sba_br_sw_while_no_data; /* Indicator for SBA bitrate switch while in FRAME_NO_DATA mode */
#ifdef DEBUG_MODE_TD
    int16_t mod_ct_ST;
#endif

} Encoder_State, *ENC_CORE_HANDLE;