Commit 6e4399ee authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

EVS bitexactness fix

parent bd8637d9
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -166,8 +166,6 @@ void wb_pre_proc_fx(
        Copy( hBWE_FD->old_input_wb_fx, old_input, Sample_Delay_WB_BWE );
        Copy( new_inp_resamp16k + L_FRAME16k - Sample_Delay_WB_BWE, hBWE_FD->old_input_wb_fx, Sample_Delay_WB_BWE );
        Copy( old_input, hBWE_FD->L_old_wtda_swb_fx, L_FRAME16k );
        st_fx->Q_old_wtda = -1;
        move16();
    }
    return;
}