Addressing multiple LSF-related issues
- Merged the LPC stabilization from NLSF2A_stable.c into NLSF2A.c - The bandwidth expansion in NLSF2A() now operates on int32 LPC coefficients in Q17 domain (instead of int16 Q12 coefficients) - The function bwexpander_32() has a more precise way of updating the chirp variable (round to nearest, instead of round down) - Changed a few variables in NLSF_stabilize() from int16 to int32 to avoid signed wrap-around (no difference in results as the wrap-around would always be reversed later) - The LSF codebook for WB speech has a quantization stepsize of 0.15 (was 0.16). This doesn't break the bitstream, although it slightly limits quality of signals encoded with the old version and decoded with the new one (I can't really hear it and PESQ gives high scores as well). I does improve handling of tonal signals. - As discussed: the Q-domain of the poly function is now in Q16 (was Q20) - As discussed: limiting the LSFs in NLSF_decode() to 0...32767 - The silk_NLSF_DELTA_MIN values were lowered to deal with a possible future situation with less or no input HP filtering.
Showing
- silk/fixed/silk_find_LPC_FIX.c 1 addition, 1 deletionsilk/fixed/silk_find_LPC_FIX.c
- silk/float/silk_find_LPC_FLP.c 1 addition, 1 deletionsilk/float/silk_find_LPC_FLP.c
- silk/float/silk_main_FLP.h 2 additions, 2 deletionssilk/float/silk_main_FLP.h
- silk/float/silk_wrappers_FLP.c 2 additions, 2 deletionssilk/float/silk_wrappers_FLP.c
- silk/silk_CNG.c 33 additions, 26 deletionssilk/silk_CNG.c
- silk/silk_LPC_inv_pred_gain.c 2 additions, 23 deletionssilk/silk_LPC_inv_pred_gain.c
- silk/silk_LPC_stabilize.c 0 additions, 134 deletionssilk/silk_LPC_stabilize.c
- silk/silk_LPC_synthesis_filter.c 0 additions, 84 deletionssilk/silk_LPC_synthesis_filter.c
- silk/silk_LPC_synthesis_order16.c 0 additions, 122 deletionssilk/silk_LPC_synthesis_order16.c
- silk/silk_NLSF2A.c 61 additions, 42 deletionssilk/silk_NLSF2A.c
- silk/silk_NLSF2A_stable.c 0 additions, 57 deletionssilk/silk_NLSF2A_stable.c
- silk/silk_NLSF_VQ_weights_laroia.c 15 additions, 16 deletionssilk/silk_NLSF_VQ_weights_laroia.c
- silk/silk_NLSF_decode.c 9 additions, 8 deletionssilk/silk_NLSF_decode.c
- silk/silk_NLSF_del_dec_quant.c 1 addition, 1 deletionsilk/silk_NLSF_del_dec_quant.c
- silk/silk_NLSF_encode.c 9 additions, 9 deletionssilk/silk_NLSF_encode.c
- silk/silk_NLSF_stabilize.c 8 additions, 8 deletionssilk/silk_NLSF_stabilize.c
- silk/silk_NLSF_unpack.c 3 additions, 3 deletionssilk/silk_NLSF_unpack.c
- silk/silk_PLC.c 8 additions, 8 deletionssilk/silk_PLC.c
- silk/silk_SigProc_FIX.h 6 additions, 49 deletionssilk/silk_SigProc_FIX.h
- silk/silk_array_maxabs.c 1 addition, 1 deletionsilk/silk_array_maxabs.c
Loading
Please register or sign in to comment