From a3941a9bba513aa3213ce22f0210cbf5e178660d Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 13 Feb 2026 15:44:44 +0100 Subject: [PATCH] Rename EstimateTCXNoiseLevel_ivas_fx() to EstimateTCXNoiseLevel_fx --- lib_enc/cod_tcx_fx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib_enc/cod_tcx_fx.c b/lib_enc/cod_tcx_fx.c index ec0a7372d..e73ef35a2 100644 --- a/lib_enc/cod_tcx_fx.c +++ b/lib_enc/cod_tcx_fx.c @@ -891,7 +891,7 @@ static Word16 GetTransWidth_ivas_fx( * Estimate and quantize noise factor * *-----------------------------------------------------------*/ -static void EstimateTCXNoiseLevel_ivas_fx( +static void EstimateTCXNoiseLevel_fx( Encoder_State *st, /* i : encoder state handle */ Word32 x_orig[], /* i : shaped MDCT spectrum Q(31-x_orig_e) */ Word16 x_orig_e, /* i : shaped MDCT spectrum exponent */ @@ -1052,7 +1052,7 @@ void QuantizeSpectrum_ivas_fx( * Estimate and quantize noise factor * *-----------------------------------------------------------*/ - EstimateTCXNoiseLevel_ivas_fx( st, hTcxEnc->spectrum_fx[frame_cnt], hTcxEnc->spectrum_e[frame_cnt], quantized_spectrum_fx, gain_tcx_fx, gain_tcx_e, L_frame, noiseFillingBorder, hm_active, &fac_ns_fx, &prm[1] ); + EstimateTCXNoiseLevel_fx( st, hTcxEnc->spectrum_fx[frame_cnt], hTcxEnc->spectrum_e[frame_cnt], quantized_spectrum_fx, gain_tcx_fx, gain_tcx_e, L_frame, noiseFillingBorder, hm_active, &fac_ns_fx, &prm[1] ); /*-----------------------------------------------------------* * Internal decoder * -- GitLab