Commit 5ec9a6af authored by fotopoulou's avatar fotopoulou
Browse files

remove TBE handle as it is not used anymore

parent 1fba2414
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -493,7 +493,9 @@ void swb_bwe_enc(
)
{
    int16_t i, inner_frame, idxGain;
#ifndef FIX_ISSUE_1546_DEAD_CODE
    TD_BWE_ENC_HANDLE hBWE_TD;
#endif
    FD_BWE_ENC_HANDLE hBWE_FD;
    float *new_input;
    int32_t inner_Fs;
@@ -507,7 +509,9 @@ void swb_bwe_enc(
    float ener_low, energy_fbe_fb, fb_ener_adjust, ener_adjust_quan;
    int16_t fb_band_begin;

#ifndef FIX_ISSUE_1546_DEAD_CODE
    hBWE_TD = st->hBWE_TD;
#endif
    hBWE_FD = st->hBWE_FD;

    ener_adjust_quan = 0.0f;