Commit 4f843203 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Changing flag to EVS_MONO to fix errors with EVS case

parent 6d7ff73b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -972,7 +972,7 @@ static Word16 QuantSpecEstimateBits_fx(
#ifndef FIX_BASOP_2551_HARM_SCALAR_QUAN
    tcx_scalar_quantization_ivas_fx( spec_fx, spec_e, sqQ, length, G_fx, G_e, 16384 /*Q15*/, NULL, 1 );
#else
    tcx_scalar_quantization_fx( spec_fx, spec_e, sqQ, length, G_fx, G_e, 16384 /*Q15*/, NULL, 1, IVAS_SCE );
    tcx_scalar_quantization_fx( spec_fx, spec_e, sqQ, length, G_fx, G_e, 16384 /*Q15*/, NULL, 1, EVS_MONO );
#endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN

    stop = 0;