Loading lib_enc/cod_tcx_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading @@ -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 * Loading Loading
lib_enc/cod_tcx_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading @@ -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 * Loading