Commit a5fb07b1 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Commenting potentials for future work

parent 1906bc78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -972,6 +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
    // This flag could potentially be anything except EVS_MONO. In case of future errors consider passing down the flag from higher function calls.
    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