Commit b2968105 authored by vaillancour's avatar vaillancour
Browse files

Remove unused code

parent 912cd006
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -369,6 +369,8 @@ void transf_cdbk_enc_fx(

    return;
}
#ifndef REUSE_EVS_ACELP_TC

void transf_cdbk_enc_ivas_fx(
    Encoder_State *st_fx,         /* i/o: encoder state structure                         */
    const Word16 harm_flag_acelp, /* i  : harmonic flag for higher rates ACELP            Q0*/
@@ -746,6 +748,7 @@ void transf_cdbk_enc_ivas_fx(

    return;
}
#endif
/*-------------------------------------------------------------------*
 * Find target in residual domain - cn[]
 *-------------------------------------------------------------------*/
+2 −0
Original line number Diff line number Diff line
@@ -435,6 +435,7 @@ Word16 encod_tran_fx(

    return tc_subfr;
}
#ifndef REUSE_EVS_ACELP_TC

Word16 encod_tran_ivas_fx(
    Encoder_State *st_fx,     /* i/o: state structure                                   */
@@ -840,3 +841,4 @@ Word16 encod_tran_ivas_fx(

    return tc_subfr;
}
#endif
 No newline at end of file
+4 −2
Original line number Diff line number Diff line
@@ -876,6 +876,7 @@ void transition_enc_fx(

    return;
}
#ifndef REUSE_EVS_ACELP_TC

void transition_enc_ivas_fx(
    Encoder_State *st_fx, /* i/o: encoder state structure */
@@ -1710,7 +1711,7 @@ void transition_enc_ivas_fx(

    return;
}

#endif
/*-------------------------------------------------------------------------------------------*
 * tc_enc()
 *
@@ -1946,6 +1947,7 @@ static void tc_enc_fx(
    move16();
    return;
}
#ifndef REUSE_EVS_ACELP_TC

static void tc_enc_ivas_fx(
    Encoder_State *st_fx, /* i/o: encoder state structure */
@@ -2166,7 +2168,7 @@ static void tc_enc_ivas_fx(
    move16();
    return;
}

#endif

/*-----------------------------------------------------------------*
 * gain_trans_enc()