Loading lib_enc/cod_tcx_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading lib_enc/prot_fx_enc.h +5 −0 Original line number Diff line number Diff line Loading @@ -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*/ Loading lib_enc/tcx_utils_enc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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*/ Loading Loading
lib_enc/cod_tcx_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading
lib_enc/prot_fx_enc.h +5 −0 Original line number Diff line number Diff line Loading @@ -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*/ Loading
lib_enc/tcx_utils_enc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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*/ Loading