Commit 13fc01e6 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2546: fixing unchanged function name from...

Issue 2546: fixing unchanged function name from tcx_scalar_quantization_rateloop_ivas_fx() to tcx_scalar_quantization_rateloop_fx()
parent 669eb865
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3216,8 +3216,11 @@ void QuantizeTCXSpectrum_fx(
            max_iter = 2;
            move16();
        }
#ifndef FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
        sqBits = tcx_scalar_quantization_rateloop_ivas_fx(spectrum_fx, *spectrum_e, sqQ, L_spec, &sqGain_fx, &sqGain_e, st->hTcxCfg->sq_rounding, hTcxEnc->memQuantZeros, prm_lastnz, /* lastnz */ sqTargetBits, &nEncoded, &stop, sqBits_noStop, sqBits, st->hTcxCfg->tcxRateLoopOpt, st->tcxonly, phm_cfg, max_iter, st->element_mode);

#else
        sqBits = tcx_scalar_quantization_rateloop_fx(spectrum_fx, *spectrum_e, sqQ, L_spec, &sqGain_fx, &sqGain_e, st->hTcxCfg->sq_rounding, hTcxEnc->memQuantZeros, prm_lastnz, /* lastnz */ sqTargetBits, &nEncoded, &stop, sqBits_noStop, sqBits, st->hTcxCfg->tcxRateLoopOpt, st->tcxonly, phm_cfg, max_iter, st->element_mode);
#endif // !FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
        IF( ctxHmBits > 0 )
        {
            /* Mapping tool is enabled */