Loading lib_enc/ivas_core_pre_proc_fx.c +8 −7 Original line number Diff line number Diff line Loading @@ -558,7 +558,8 @@ ivas_error pre_proc_ivas_fx( Scale_sig( st->old_inp_16k_fx, L_INP_MEM, shift ); /* exp(st->exp_old_inp_12k8 - shift) */ st->exp_old_inp_16k = sub( st->exp_old_inp_16k, shift ); move16(); IF( st->hBWE_FD != NULL ) { IF( st->hBWE_FD != NULL ) { shift = norm_arr( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k ); Scale_sig( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k, shift ); /* exp(st->exp_old_inp_12k8 - shift) */ st->Q_old_wtda = add( st->Q_old_wtda, shift ); Loading Loading
lib_enc/ivas_core_pre_proc_fx.c +8 −7 Original line number Diff line number Diff line Loading @@ -558,7 +558,8 @@ ivas_error pre_proc_ivas_fx( Scale_sig( st->old_inp_16k_fx, L_INP_MEM, shift ); /* exp(st->exp_old_inp_12k8 - shift) */ st->exp_old_inp_16k = sub( st->exp_old_inp_16k, shift ); move16(); IF( st->hBWE_FD != NULL ) { IF( st->hBWE_FD != NULL ) { shift = norm_arr( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k ); Scale_sig( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k, shift ); /* exp(st->exp_old_inp_12k8 - shift) */ st->Q_old_wtda = add( st->Q_old_wtda, shift ); Loading