Loading lib_enc/ivas_stereo_mdct_stereo_enc_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_enc/ivas_stereo_mdct_stereo_enc_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading