Commit a2e22143 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2546: changing function name instances and declaration to...

Issue 2546: changing function name instances and declaration to tcx_scalar_quantization_rateloop_fx()
parent 4357cc73
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1618,7 +1618,7 @@ void QuantizeSpectrum_fx(
                max_iter = 2;
                move16();
            }
            sqBits = tcx_scalar_quantization_rateloop_ivas_fx( spectrum, *spectrum_e,
            sqBits = tcx_scalar_quantization_rateloop_fx( spectrum, *spectrum_e,
                                                               sqQ,
                                                               L_spec,
                                                               &sqGain, &sqGain_e,
+5 −0
Original line number Diff line number Diff line
@@ -1138,7 +1138,12 @@ Word16 tcx_scalar_quantization_rateloop_fx(
    CONTEXT_HM_CONFIG *hm_cfg /* i  : configuration of the context-based harmonic model */
);
#endif

#ifndef FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
Word16 tcx_scalar_quantization_rateloop_ivas_fx(
#else
Word16 tcx_scalar_quantization_rateloop_fx(
#endif // !FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
    Word32 *x,                     /* i  : input coefficients            Q = 31 - x_e*/
    Word16 x_e,                    /* i  : exponent                      Q0*/
    Word16 *xq,                    /* o  : quantized coefficients        Q0*/
+4 −0
Original line number Diff line number Diff line
@@ -1711,7 +1711,11 @@ Word16 tcx_scalar_quantization_rateloop_fx(
}
#endif // !FIX_BASOP_2546_HARMONIZE_TCX_SCALAR

#ifndef FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
Word16 tcx_scalar_quantization_rateloop_ivas_fx(
#else
Word16 tcx_scalar_quantization_rateloop_fx(
#endif // !FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
    Word32 *x,                     /* i  : input coefficients            Q = 31 - x_e*/
    Word16 x_e,                    /* i  : exponent                      Q0*/
    Word16 *xq,                    /* o  : quantized coefficients        Q0*/