Commit 4357cc73 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2546: Removing function tcx_scalar_quantization_rateloop_fx()

parent cae4c577
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1117,7 +1117,7 @@ void tcx_scalar_quantization_fx(
    Word16 offset,              /* i  : rounding offset (deadzone)    */
    Word8 const *memQuantZeros, /* i  : coefficients to be set to 0   */
    const Word16 alfe_flag );

#ifndef FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
Word16 tcx_scalar_quantization_rateloop_fx(
    Word32 *x,                  /* i  : i   coefficients              */
    Word16 x_e,                 /* i  : exponent                      */
@@ -1137,7 +1137,7 @@ Word16 tcx_scalar_quantization_rateloop_fx(
    const Word8 tcxonly,
    CONTEXT_HM_CONFIG *hm_cfg /* i  : configuration of the context-based harmonic model */
);

#endif
Word16 tcx_scalar_quantization_rateloop_ivas_fx(
    Word32 *x,                     /* i  : input coefficients            Q = 31 - x_e*/
    Word16 x_e,                    /* i  : exponent                      Q0*/
+2 −2
Original line number Diff line number Diff line
@@ -1412,7 +1412,7 @@ void tcx_scalar_quantization_ivas_fx(
    return;
}


#ifndef FIX_BASOP_2546_HARMONIZE_TCX_SCALAR
Word16 tcx_scalar_quantization_rateloop_fx(
    Word32 *x,                     /* i  : input coefficients            */
    Word16 x_e,                    /* i  : exponent                      */
@@ -1709,7 +1709,7 @@ Word16 tcx_scalar_quantization_rateloop_fx(

    return sqBits;
}

#endif // !FIX_BASOP_2546_HARMONIZE_TCX_SCALAR

Word16 tcx_scalar_quantization_rateloop_ivas_fx(
    Word32 *x,                     /* i  : input coefficients            Q = 31 - x_e*/