Commit 5709d4ff authored by vaclav's avatar vaclav
Browse files

revert comment

parent ed41b064
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -126,10 +126,9 @@ static void sync_tcx_mode_fx(
 *
 * joint stereo mdct core encoder
 *-------------------------------------------------------------------*/

void stereo_mdct_core_enc_fx(
    CPE_ENC_HANDLE hCPE,                           /* i/o: CPE encoder structure               */
    Word16 new_samples[CPE_CHANNELS][L_INP],       /* i  : new samples                  Q_new-1*/
    Word16 new_samples[CPE_CHANNELS][L_INP],       /* i  : new samples                         Q0*/
    Word16 old_wsp[CPE_CHANNELS][L_WSP],           /* i  : 12.8kHz weighted speech (for LTP    Qx*/
    Word16 pitch_buf_fx[CPE_CHANNELS][NB_SUBFR16k] /* o  : floating pitch for each subframe    Q6*/
)