Commit a3941a9b authored by multrus's avatar multrus
Browse files

Rename EstimateTCXNoiseLevel_ivas_fx() to EstimateTCXNoiseLevel_fx

parent ac900052
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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                                          *