Loading lib_com/modif_fs_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,7 @@ Word16 modify_Fs_ivas_fx( /* o : length of output Q } ELSE IF( ( LT_16( fac_num, fac_den ) ) && ( ( cfg_ptr_fx->flags_fx & RS_INV_FAC ) != 0 ) ) { assert( 0 ); FOR( i = 0; i < lg_out; i++ ) { sigOut_fx[i] = mult_r( sigOut_fx[i], 16384 ); Loading Loading
lib_com/modif_fs_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,7 @@ Word16 modify_Fs_ivas_fx( /* o : length of output Q } ELSE IF( ( LT_16( fac_num, fac_den ) ) && ( ( cfg_ptr_fx->flags_fx & RS_INV_FAC ) != 0 ) ) { assert( 0 ); FOR( i = 0; i < lg_out; i++ ) { sigOut_fx[i] = mult_r( sigOut_fx[i], 16384 ); Loading