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