Commit 1906bc78 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Changing flag of a specific instance to see if it is possible to...

Issue 2551: Changing flag of a specific instance to see if it is possible to prevent further changes in other functions
parent 103519a1
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, EVS_MONO );
    tcx_scalar_quantization_fx( spec_fx, spec_e, sqQ, length, G_fx, G_e, 16384 /*Q15*/, NULL, 1, IVAS_SCE );
#endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN

    stop = 0;