Commit e6df9804 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'acelp_subfuncs_fxd_3' into 'main'

acelp_core_dec sub-functions fixed implementation updated/integrated.

See merge request !215
parents c4243368 a67a7c47
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2481,16 +2481,6 @@ void calc_st_filt(
    const int16_t extl     /* i  : extension layer info                    */
);
#ifdef IVAS_FLOAT_FIXED
static void calc_st_filt_fx(
    Word16 * apond2,      /* i  : coefficients of numerator             */
    Word16 * apond1,      /* i  : coefficients of denominator           */
    Word16 * parcor0,     /* o  : 1st parcor calcul. on composed filter */
    Word16 * sig_ltp_ptr, /* i/o: i  of 1/A(gamma1) : scaled by 1/g0    */
    Word16 * mem_zero,     /* i  : All zero memory                       */
    const int16_t extl     /* i  : extension layer info                  */
);
#endif
void scale_st_ivas(
    const float *sig_in,   /* i  : postfilter input signal                 */
    float *sig_out,        /* i/o: postfilter output signal                */
+420 −20

File changed.

Preview size limit exceeded, changes collapsed.