├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md ├── interface ├── SKP_Silk_SDK_API.h ├── SKP_Silk_control.h ├── SKP_Silk_errors.h └── SKP_Silk_typedef.h ├── src ├── CMakeLists.txt ├── SKP_Silk_A2NLSF.c ├── SKP_Silk_A2NLSF_arm.S ├── SKP_Silk_AsmHelper.h ├── SKP_Silk_AsmPreproc.h ├── SKP_Silk_CNG.c ├── SKP_Silk_HP_variable_cutoff_FIX.c ├── SKP_Silk_Inlines.h ├── SKP_Silk_LBRR_reset.c ├── SKP_Silk_LPC_inv_pred_gain.c ├── SKP_Silk_LPC_synthesis_filter.c ├── SKP_Silk_LPC_synthesis_order16.c ├── SKP_Silk_LP_variable_cutoff.c ├── SKP_Silk_LSF_cos_table.c ├── SKP_Silk_LTP_analysis_filter_FIX.c ├── SKP_Silk_LTP_scale_ctrl_FIX.c ├── SKP_Silk_MA.c ├── SKP_Silk_MA_arm.S ├── SKP_Silk_NLSF2A.c ├── SKP_Silk_NLSF2A_stable.c ├── SKP_Silk_NLSF_MSVQ_decode.c ├── SKP_Silk_NLSF_MSVQ_encode_FIX.c ├── SKP_Silk_NLSF_VQ_rate_distortion_FIX.c ├── SKP_Silk_NLSF_VQ_sum_error_FIX.c ├── SKP_Silk_NLSF_VQ_sum_error_FIX_arm.S ├── SKP_Silk_NLSF_VQ_weights_laroia.c ├── SKP_Silk_NLSF_stabilize.c ├── SKP_Silk_NSQ.c ├── SKP_Silk_NSQ_del_dec.c ├── SKP_Silk_PLC.c ├── SKP_Silk_PLC.h ├── SKP_Silk_SigProc_FIX.h ├── SKP_Silk_VAD.c ├── SKP_Silk_VQ_nearest_neighbor_FIX.c ├── SKP_Silk_allpass_int_arm.S ├── SKP_Silk_ana_filt_bank_1.c ├── SKP_Silk_ana_filt_bank_1_arm.S ├── SKP_Silk_apply_sine_window.c ├── SKP_Silk_array_maxabs.c ├── SKP_Silk_array_maxabs_arm.S ├── SKP_Silk_autocorr.c ├── SKP_Silk_biquad.c ├── SKP_Silk_biquad_alt.c ├── SKP_Silk_burg_modified.c ├── SKP_Silk_bwexpander.c ├── SKP_Silk_bwexpander_32.c ├── SKP_Silk_clz_arm.S ├── SKP_Silk_code_signs.c ├── SKP_Silk_common_pitch_est_defines.h ├── SKP_Silk_control_audio_bandwidth.c ├── SKP_Silk_control_codec_FIX.c ├── SKP_Silk_corrMatrix_FIX.c ├── SKP_Silk_create_init_destroy.c ├── SKP_Silk_dec_API.c ├── SKP_Silk_decode_core.c ├── SKP_Silk_decode_core_arm.S ├── SKP_Silk_decode_frame.c ├── SKP_Silk_decode_parameters.c ├── SKP_Silk_decode_pitch.c ├── SKP_Silk_decode_pulses.c ├── SKP_Silk_decoder_set_fs.c ├── SKP_Silk_define.h ├── SKP_Silk_detect_SWB_input.c ├── SKP_Silk_div_oabi.c ├── SKP_Silk_enc_API.c ├── SKP_Silk_encode_frame_FIX.c ├── SKP_Silk_encode_parameters.c ├── SKP_Silk_encode_pulses.c ├── SKP_Silk_find_LPC_FIX.c ├── SKP_Silk_find_LTP_FIX.c ├── SKP_Silk_find_pitch_lags_FIX.c ├── SKP_Silk_find_pred_coefs_FIX.c ├── SKP_Silk_gain_quant.c ├── SKP_Silk_init_encoder_FIX.c ├── SKP_Silk_inner_prod_aligned.c ├── SKP_Silk_inner_prod_aligned_arm.S ├── SKP_Silk_interpolate.c ├── SKP_Silk_k2a.c ├── SKP_Silk_k2a_Q16.c ├── SKP_Silk_lin2log.c ├── SKP_Silk_lin2log_arm.S ├── SKP_Silk_log2lin.c ├── SKP_Silk_macros.h ├── SKP_Silk_macros_arm.h ├── SKP_Silk_main.h ├── SKP_Silk_main_FIX.h ├── SKP_Silk_noise_shape_analysis_FIX.c ├── SKP_Silk_pitch_analysis_core.c ├── SKP_Silk_pitch_est_defines.h ├── SKP_Silk_pitch_est_tables.c ├── SKP_Silk_prefilter_FIX.c ├── SKP_Silk_prefilter_FIX_arm.S ├── SKP_Silk_process_NLSFs_FIX.c ├── SKP_Silk_process_gains_FIX.c ├── SKP_Silk_quant_LTP_gains_FIX.c ├── SKP_Silk_range_coder.c ├── SKP_Silk_regularize_correlations_FIX.c ├── SKP_Silk_resampler.c ├── SKP_Silk_resampler_down2.c ├── SKP_Silk_resampler_down2_3.c ├── SKP_Silk_resampler_down2_arm.S ├── SKP_Silk_resampler_down3.c ├── SKP_Silk_resampler_private.h ├── SKP_Silk_resampler_private_AR2.c ├── SKP_Silk_resampler_private_AR2_arm.S ├── SKP_Silk_resampler_private_ARMA4.c ├── SKP_Silk_resampler_private_ARMA4_arm.S ├── SKP_Silk_resampler_private_IIR_FIR.c ├── SKP_Silk_resampler_private_IIR_FIR_arm.S ├── SKP_Silk_resampler_private_copy.c ├── SKP_Silk_resampler_private_down4.c ├── SKP_Silk_resampler_private_down_FIR.c ├── SKP_Silk_resampler_private_down_FIR_arm.S ├── SKP_Silk_resampler_private_up2_HQ.c ├── SKP_Silk_resampler_private_up2_HQ_arm.S ├── SKP_Silk_resampler_private_up4.c ├── SKP_Silk_resampler_rom.c ├── SKP_Silk_resampler_rom.h ├── SKP_Silk_resampler_rom_arm.S ├── SKP_Silk_resampler_structs.h ├── SKP_Silk_resampler_up2.c ├── SKP_Silk_resampler_up2_arm.S ├── SKP_Silk_residual_energy16_FIX.c ├── SKP_Silk_residual_energy_FIX.c ├── SKP_Silk_scale_copy_vector16.c ├── SKP_Silk_scale_vector.c ├── SKP_Silk_schur.c ├── SKP_Silk_schur64.c ├── SKP_Silk_schur64_arm.S ├── SKP_Silk_setup_complexity.h ├── SKP_Silk_shell_coder.c ├── SKP_Silk_sigm_Q15.c ├── SKP_Silk_sigm_Q15_arm.S ├── SKP_Silk_solve_LS_FIX.c ├── SKP_Silk_sort.c ├── SKP_Silk_structs.h ├── SKP_Silk_structs_FIX.h ├── SKP_Silk_sum_sqr_shift.c ├── SKP_Silk_sum_sqr_shift_arm.S ├── SKP_Silk_tables.h ├── SKP_Silk_tables_LTP.c ├── SKP_Silk_tables_NLSF_CB0_10.c ├── SKP_Silk_tables_NLSF_CB0_10.h ├── SKP_Silk_tables_NLSF_CB0_16.c ├── SKP_Silk_tables_NLSF_CB0_16.h ├── SKP_Silk_tables_NLSF_CB1_10.c ├── SKP_Silk_tables_NLSF_CB1_10.h ├── SKP_Silk_tables_NLSF_CB1_16.c ├── SKP_Silk_tables_NLSF_CB1_16.h ├── SKP_Silk_tables_gain.c ├── SKP_Silk_tables_other.c ├── SKP_Silk_tables_pitch_lag.c ├── SKP_Silk_tables_pulses_per_block.c ├── SKP_Silk_tables_sign.c ├── SKP_Silk_tables_type_offset.c ├── SKP_Silk_tuning_parameters.h ├── SKP_Silk_warped_autocorrelation_FIX.c └── SKP_Silk_warped_autocorrelation_FIX_arm.S └── test ├── Decoder.c ├── Encoder.c └── signalCompare.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/README.md -------------------------------------------------------------------------------- /interface/SKP_Silk_SDK_API.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/interface/SKP_Silk_SDK_API.h -------------------------------------------------------------------------------- /interface/SKP_Silk_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/interface/SKP_Silk_control.h -------------------------------------------------------------------------------- /interface/SKP_Silk_errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/interface/SKP_Silk_errors.h -------------------------------------------------------------------------------- /interface/SKP_Silk_typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/interface/SKP_Silk_typedef.h -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/SKP_Silk_A2NLSF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_A2NLSF.c -------------------------------------------------------------------------------- /src/SKP_Silk_A2NLSF_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_A2NLSF_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_AsmHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_AsmHelper.h -------------------------------------------------------------------------------- /src/SKP_Silk_AsmPreproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_AsmPreproc.h -------------------------------------------------------------------------------- /src/SKP_Silk_CNG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_CNG.c -------------------------------------------------------------------------------- /src/SKP_Silk_HP_variable_cutoff_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_HP_variable_cutoff_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_Inlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_Inlines.h -------------------------------------------------------------------------------- /src/SKP_Silk_LBRR_reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LBRR_reset.c -------------------------------------------------------------------------------- /src/SKP_Silk_LPC_inv_pred_gain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LPC_inv_pred_gain.c -------------------------------------------------------------------------------- /src/SKP_Silk_LPC_synthesis_filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LPC_synthesis_filter.c -------------------------------------------------------------------------------- /src/SKP_Silk_LPC_synthesis_order16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LPC_synthesis_order16.c -------------------------------------------------------------------------------- /src/SKP_Silk_LP_variable_cutoff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LP_variable_cutoff.c -------------------------------------------------------------------------------- /src/SKP_Silk_LSF_cos_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LSF_cos_table.c -------------------------------------------------------------------------------- /src/SKP_Silk_LTP_analysis_filter_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LTP_analysis_filter_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_LTP_scale_ctrl_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_LTP_scale_ctrl_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_MA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_MA.c -------------------------------------------------------------------------------- /src/SKP_Silk_MA_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_MA_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF2A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF2A.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF2A_stable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF2A_stable.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_MSVQ_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_MSVQ_decode.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_MSVQ_encode_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_MSVQ_encode_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_VQ_rate_distortion_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_VQ_rate_distortion_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_VQ_sum_error_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_VQ_sum_error_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_VQ_sum_error_FIX_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_VQ_sum_error_FIX_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_VQ_weights_laroia.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_VQ_weights_laroia.c -------------------------------------------------------------------------------- /src/SKP_Silk_NLSF_stabilize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NLSF_stabilize.c -------------------------------------------------------------------------------- /src/SKP_Silk_NSQ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NSQ.c -------------------------------------------------------------------------------- /src/SKP_Silk_NSQ_del_dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_NSQ_del_dec.c -------------------------------------------------------------------------------- /src/SKP_Silk_PLC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_PLC.c -------------------------------------------------------------------------------- /src/SKP_Silk_PLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_PLC.h -------------------------------------------------------------------------------- /src/SKP_Silk_SigProc_FIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_SigProc_FIX.h -------------------------------------------------------------------------------- /src/SKP_Silk_VAD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_VAD.c -------------------------------------------------------------------------------- /src/SKP_Silk_VQ_nearest_neighbor_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_VQ_nearest_neighbor_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_allpass_int_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_allpass_int_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_ana_filt_bank_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_ana_filt_bank_1.c -------------------------------------------------------------------------------- /src/SKP_Silk_ana_filt_bank_1_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_ana_filt_bank_1_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_apply_sine_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_apply_sine_window.c -------------------------------------------------------------------------------- /src/SKP_Silk_array_maxabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_array_maxabs.c -------------------------------------------------------------------------------- /src/SKP_Silk_array_maxabs_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_array_maxabs_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_autocorr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_autocorr.c -------------------------------------------------------------------------------- /src/SKP_Silk_biquad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_biquad.c -------------------------------------------------------------------------------- /src/SKP_Silk_biquad_alt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_biquad_alt.c -------------------------------------------------------------------------------- /src/SKP_Silk_burg_modified.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_burg_modified.c -------------------------------------------------------------------------------- /src/SKP_Silk_bwexpander.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_bwexpander.c -------------------------------------------------------------------------------- /src/SKP_Silk_bwexpander_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_bwexpander_32.c -------------------------------------------------------------------------------- /src/SKP_Silk_clz_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_clz_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_code_signs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_code_signs.c -------------------------------------------------------------------------------- /src/SKP_Silk_common_pitch_est_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_common_pitch_est_defines.h -------------------------------------------------------------------------------- /src/SKP_Silk_control_audio_bandwidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_control_audio_bandwidth.c -------------------------------------------------------------------------------- /src/SKP_Silk_control_codec_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_control_codec_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_corrMatrix_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_corrMatrix_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_create_init_destroy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_create_init_destroy.c -------------------------------------------------------------------------------- /src/SKP_Silk_dec_API.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_dec_API.c -------------------------------------------------------------------------------- /src/SKP_Silk_decode_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_core.c -------------------------------------------------------------------------------- /src/SKP_Silk_decode_core_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_core_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_decode_frame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_frame.c -------------------------------------------------------------------------------- /src/SKP_Silk_decode_parameters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_parameters.c -------------------------------------------------------------------------------- /src/SKP_Silk_decode_pitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_pitch.c -------------------------------------------------------------------------------- /src/SKP_Silk_decode_pulses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decode_pulses.c -------------------------------------------------------------------------------- /src/SKP_Silk_decoder_set_fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_decoder_set_fs.c -------------------------------------------------------------------------------- /src/SKP_Silk_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_define.h -------------------------------------------------------------------------------- /src/SKP_Silk_detect_SWB_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_detect_SWB_input.c -------------------------------------------------------------------------------- /src/SKP_Silk_div_oabi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_div_oabi.c -------------------------------------------------------------------------------- /src/SKP_Silk_enc_API.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_enc_API.c -------------------------------------------------------------------------------- /src/SKP_Silk_encode_frame_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_encode_frame_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_encode_parameters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_encode_parameters.c -------------------------------------------------------------------------------- /src/SKP_Silk_encode_pulses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_encode_pulses.c -------------------------------------------------------------------------------- /src/SKP_Silk_find_LPC_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_find_LPC_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_find_LTP_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_find_LTP_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_find_pitch_lags_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_find_pitch_lags_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_find_pred_coefs_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_find_pred_coefs_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_gain_quant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_gain_quant.c -------------------------------------------------------------------------------- /src/SKP_Silk_init_encoder_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_init_encoder_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_inner_prod_aligned.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_inner_prod_aligned.c -------------------------------------------------------------------------------- /src/SKP_Silk_inner_prod_aligned_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_inner_prod_aligned_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_interpolate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_interpolate.c -------------------------------------------------------------------------------- /src/SKP_Silk_k2a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_k2a.c -------------------------------------------------------------------------------- /src/SKP_Silk_k2a_Q16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_k2a_Q16.c -------------------------------------------------------------------------------- /src/SKP_Silk_lin2log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_lin2log.c -------------------------------------------------------------------------------- /src/SKP_Silk_lin2log_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_lin2log_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_log2lin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_log2lin.c -------------------------------------------------------------------------------- /src/SKP_Silk_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_macros.h -------------------------------------------------------------------------------- /src/SKP_Silk_macros_arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_macros_arm.h -------------------------------------------------------------------------------- /src/SKP_Silk_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_main.h -------------------------------------------------------------------------------- /src/SKP_Silk_main_FIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_main_FIX.h -------------------------------------------------------------------------------- /src/SKP_Silk_noise_shape_analysis_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_noise_shape_analysis_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_pitch_analysis_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_pitch_analysis_core.c -------------------------------------------------------------------------------- /src/SKP_Silk_pitch_est_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_pitch_est_defines.h -------------------------------------------------------------------------------- /src/SKP_Silk_pitch_est_tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_pitch_est_tables.c -------------------------------------------------------------------------------- /src/SKP_Silk_prefilter_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_prefilter_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_prefilter_FIX_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_prefilter_FIX_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_process_NLSFs_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_process_NLSFs_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_process_gains_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_process_gains_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_quant_LTP_gains_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_quant_LTP_gains_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_range_coder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_range_coder.c -------------------------------------------------------------------------------- /src/SKP_Silk_regularize_correlations_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_regularize_correlations_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_down2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_down2.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_down2_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_down2_3.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_down2_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_down2_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_down3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_down3.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private.h -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_AR2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_AR2.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_AR2_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_AR2_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_ARMA4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_ARMA4.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_ARMA4_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_ARMA4_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_IIR_FIR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_IIR_FIR.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_IIR_FIR_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_IIR_FIR_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_copy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_copy.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_down4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_down4.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_down_FIR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_down_FIR.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_down_FIR_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_down_FIR_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_up2_HQ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_up2_HQ.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_up2_HQ_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_up2_HQ_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_private_up4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_private_up4.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_rom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_rom.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_rom.h -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_rom_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_rom_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_structs.h -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_up2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_up2.c -------------------------------------------------------------------------------- /src/SKP_Silk_resampler_up2_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_resampler_up2_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_residual_energy16_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_residual_energy16_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_residual_energy_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_residual_energy_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_scale_copy_vector16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_scale_copy_vector16.c -------------------------------------------------------------------------------- /src/SKP_Silk_scale_vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_scale_vector.c -------------------------------------------------------------------------------- /src/SKP_Silk_schur.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_schur.c -------------------------------------------------------------------------------- /src/SKP_Silk_schur64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_schur64.c -------------------------------------------------------------------------------- /src/SKP_Silk_schur64_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_schur64_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_setup_complexity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_setup_complexity.h -------------------------------------------------------------------------------- /src/SKP_Silk_shell_coder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_shell_coder.c -------------------------------------------------------------------------------- /src/SKP_Silk_sigm_Q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_sigm_Q15.c -------------------------------------------------------------------------------- /src/SKP_Silk_sigm_Q15_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_sigm_Q15_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_solve_LS_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_solve_LS_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_sort.c -------------------------------------------------------------------------------- /src/SKP_Silk_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_structs.h -------------------------------------------------------------------------------- /src/SKP_Silk_structs_FIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_structs_FIX.h -------------------------------------------------------------------------------- /src/SKP_Silk_sum_sqr_shift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_sum_sqr_shift.c -------------------------------------------------------------------------------- /src/SKP_Silk_sum_sqr_shift_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_sum_sqr_shift_arm.S -------------------------------------------------------------------------------- /src/SKP_Silk_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables.h -------------------------------------------------------------------------------- /src/SKP_Silk_tables_LTP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_LTP.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB0_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB0_10.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB0_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB0_10.h -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB0_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB0_16.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB0_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB0_16.h -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB1_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB1_10.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB1_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB1_10.h -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB1_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB1_16.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_NLSF_CB1_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_NLSF_CB1_16.h -------------------------------------------------------------------------------- /src/SKP_Silk_tables_gain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_gain.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_other.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_other.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_pitch_lag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_pitch_lag.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_pulses_per_block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_pulses_per_block.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_sign.c -------------------------------------------------------------------------------- /src/SKP_Silk_tables_type_offset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tables_type_offset.c -------------------------------------------------------------------------------- /src/SKP_Silk_tuning_parameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_tuning_parameters.h -------------------------------------------------------------------------------- /src/SKP_Silk_warped_autocorrelation_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_warped_autocorrelation_FIX.c -------------------------------------------------------------------------------- /src/SKP_Silk_warped_autocorrelation_FIX_arm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/src/SKP_Silk_warped_autocorrelation_FIX_arm.S -------------------------------------------------------------------------------- /test/Decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/test/Decoder.c -------------------------------------------------------------------------------- /test/Encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/test/Encoder.c -------------------------------------------------------------------------------- /test/signalCompare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foyoux/silk-codec/HEAD/test/signalCompare.c --------------------------------------------------------------------------------