Commit 22adcacd authored by malenov's avatar malenov
Browse files

corerectio of TD stereo debugging output

parent afcec1e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -410,6 +410,13 @@ 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
+7 −0
Original line number Diff line number Diff line
@@ -586,6 +586,13 @@ 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++ )