Commit 47030e13 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 removing legacy function altogether

parent 5fb9a724
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8407,10 +8407,12 @@ void modify_lsf(
    const Word16 reset_q  /* Q0 */
);

#ifndef HARMONIZE_2446_CON_TCX_FX
void con_tcx_fx(
    Decoder_State *st, /* i/o: coder memory state            */
    Word16 synth[]     /* i/o:   synth[]                  Q0 */
);
#endif // !HARMONIZE_2446_CON_TCX_FX

/* o : damping factor Q14*/
Word16 Damping_fact_fx(
+4 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ con_tcx
\brief main function in time domain TCX concealment

*******************************************************/
#ifndef HARMONIZE_2446_CON_TCX_FX

void con_tcx_fx(
    Decoder_State *st, /* i/o: coder memory state            */
@@ -944,6 +945,9 @@ void con_tcx_fx(

    return;
}

#endif // !HARMONIZE_2446_CON_TCX_FX

#ifdef HARMONIZE_2446_CON_TCX_FX
void con_tcx_ivas_fx(
    Decoder_State *st,      /* i/o: coder memory state             */