OSDN Git Service

Import libopus
authorStarg <starg@users.osdn.me>
Mon, 8 Jan 2018 10:07:13 +0000 (19:07 +0900)
committerStarg <starg@users.osdn.me>
Mon, 8 Jan 2018 10:59:31 +0000 (19:59 +0900)
commit2b4a6e2809ebb3895f4b78bb67b3b8037433c555
tree2e2a0a53c4453a868d500e6c2b4e58241551428a
parentfc8a29ea094e5e35cc65c0daada1378a5a768fb4
Import libopus
302 files changed:
opus/AUTHORS [new file with mode: 0644]
opus/COPYING [new file with mode: 0644]
opus/README [new file with mode: 0644]
opus/celt/_kiss_fft_guts.h [new file with mode: 0644]
opus/celt/arch.h [new file with mode: 0644]
opus/celt/arm/arm2gnu.pl [new file with mode: 0644]
opus/celt/arm/arm_celt_map.c [new file with mode: 0644]
opus/celt/arm/armcpu.c [new file with mode: 0644]
opus/celt/arm/armcpu.h [new file with mode: 0644]
opus/celt/arm/armopts.s.in [new file with mode: 0644]
opus/celt/arm/celt_ne10_fft.c [new file with mode: 0644]
opus/celt/arm/celt_ne10_mdct.c [new file with mode: 0644]
opus/celt/arm/celt_neon_intr.c [new file with mode: 0644]
opus/celt/arm/celt_pitch_xcorr_arm-gnu.S [new file with mode: 0644]
opus/celt/arm/celt_pitch_xcorr_arm.s [new file with mode: 0644]
opus/celt/arm/fft_arm.h [new file with mode: 0644]
opus/celt/arm/fixed_arm64.h [new file with mode: 0644]
opus/celt/arm/fixed_armv4.h [new file with mode: 0644]
opus/celt/arm/fixed_armv5e.h [new file with mode: 0644]
opus/celt/arm/kiss_fft_armv4.h [new file with mode: 0644]
opus/celt/arm/kiss_fft_armv5e.h [new file with mode: 0644]
opus/celt/arm/mdct_arm.h [new file with mode: 0644]
opus/celt/arm/pitch_arm.h [new file with mode: 0644]
opus/celt/arm/pitch_neon_intr.c [new file with mode: 0644]
opus/celt/bands.c [new file with mode: 0644]
opus/celt/bands.h [new file with mode: 0644]
opus/celt/celt.c [new file with mode: 0644]
opus/celt/celt.h [new file with mode: 0644]
opus/celt/celt_decoder.c [new file with mode: 0644]
opus/celt/celt_encoder.c [new file with mode: 0644]
opus/celt/celt_lpc.c [new file with mode: 0644]
opus/celt/celt_lpc.h [new file with mode: 0644]
opus/celt/cpu_support.h [new file with mode: 0644]
opus/celt/cwrs.c [new file with mode: 0644]
opus/celt/cwrs.h [new file with mode: 0644]
opus/celt/ecintrin.h [new file with mode: 0644]
opus/celt/entcode.c [new file with mode: 0644]
opus/celt/entcode.h [new file with mode: 0644]
opus/celt/entdec.c [new file with mode: 0644]
opus/celt/entdec.h [new file with mode: 0644]
opus/celt/entenc.c [new file with mode: 0644]
opus/celt/entenc.h [new file with mode: 0644]
opus/celt/fixed_debug.h [new file with mode: 0644]
opus/celt/fixed_generic.h [new file with mode: 0644]
opus/celt/float_cast.h [new file with mode: 0644]
opus/celt/kiss_fft.c [new file with mode: 0644]
opus/celt/kiss_fft.h [new file with mode: 0644]
opus/celt/laplace.c [new file with mode: 0644]
opus/celt/laplace.h [new file with mode: 0644]
opus/celt/mathops.c [new file with mode: 0644]
opus/celt/mathops.h [new file with mode: 0644]
opus/celt/mdct.c [new file with mode: 0644]
opus/celt/mdct.h [new file with mode: 0644]
opus/celt/mfrngcod.h [new file with mode: 0644]
opus/celt/mips/celt_mipsr1.h [new file with mode: 0644]
opus/celt/mips/fixed_generic_mipsr1.h [new file with mode: 0644]
opus/celt/mips/kiss_fft_mipsr1.h [new file with mode: 0644]
opus/celt/mips/mdct_mipsr1.h [new file with mode: 0644]
opus/celt/mips/pitch_mipsr1.h [new file with mode: 0644]
opus/celt/mips/vq_mipsr1.h [new file with mode: 0644]
opus/celt/modes.c [new file with mode: 0644]
opus/celt/modes.h [new file with mode: 0644]
opus/celt/opus_custom_demo.c [new file with mode: 0644]
opus/celt/os_support.h [new file with mode: 0644]
opus/celt/pitch.c [new file with mode: 0644]
opus/celt/pitch.h [new file with mode: 0644]
opus/celt/quant_bands.c [new file with mode: 0644]
opus/celt/quant_bands.h [new file with mode: 0644]
opus/celt/rate.c [new file with mode: 0644]
opus/celt/rate.h [new file with mode: 0644]
opus/celt/stack_alloc.h [new file with mode: 0644]
opus/celt/static_modes_fixed.h [new file with mode: 0644]
opus/celt/static_modes_fixed_arm_ne10.h [new file with mode: 0644]
opus/celt/static_modes_float.h [new file with mode: 0644]
opus/celt/static_modes_float_arm_ne10.h [new file with mode: 0644]
opus/celt/tests/test_unit_cwrs32.c [new file with mode: 0644]
opus/celt/tests/test_unit_dft.c [new file with mode: 0644]
opus/celt/tests/test_unit_entropy.c [new file with mode: 0644]
opus/celt/tests/test_unit_laplace.c [new file with mode: 0644]
opus/celt/tests/test_unit_mathops.c [new file with mode: 0644]
opus/celt/tests/test_unit_mdct.c [new file with mode: 0644]
opus/celt/tests/test_unit_rotation.c [new file with mode: 0644]
opus/celt/tests/test_unit_types.c [new file with mode: 0644]
opus/celt/vq.c [new file with mode: 0644]
opus/celt/vq.h [new file with mode: 0644]
opus/celt/x86/celt_lpc_sse.c [new file with mode: 0644]
opus/celt/x86/celt_lpc_sse.h [new file with mode: 0644]
opus/celt/x86/pitch_sse.c [new file with mode: 0644]
opus/celt/x86/pitch_sse.h [new file with mode: 0644]
opus/celt/x86/pitch_sse2.c [new file with mode: 0644]
opus/celt/x86/pitch_sse4_1.c [new file with mode: 0644]
opus/celt/x86/vq_sse.h [new file with mode: 0644]
opus/celt/x86/vq_sse2.c [new file with mode: 0644]
opus/celt/x86/x86_celt_map.c [new file with mode: 0644]
opus/celt/x86/x86cpu.c [new file with mode: 0644]
opus/celt/x86/x86cpu.h [new file with mode: 0644]
opus/include/opus/opus.h [moved from opus/opus.h with 99% similarity]
opus/include/opus/opus_custom.h [moved from opus/opus_custom.h with 100% similarity]
opus/include/opus/opus_defines.h [moved from opus/opus_defines.h with 89% similarity]
opus/include/opus/opus_multistream.h [moved from opus/opus_multistream.h with 98% similarity]
opus/include/opus/opus_types.h [moved from opus/opus_types.h with 96% similarity]
opus/silk/A2NLSF.c [new file with mode: 0644]
opus/silk/API.h [new file with mode: 0644]
opus/silk/CNG.c [new file with mode: 0644]
opus/silk/HP_variable_cutoff.c [new file with mode: 0644]
opus/silk/Inlines.h [new file with mode: 0644]
opus/silk/LPC_analysis_filter.c [new file with mode: 0644]
opus/silk/LPC_fit.c [new file with mode: 0644]
opus/silk/LPC_inv_pred_gain.c [new file with mode: 0644]
opus/silk/LP_variable_cutoff.c [new file with mode: 0644]
opus/silk/MacroCount.h [new file with mode: 0644]
opus/silk/MacroDebug.h [new file with mode: 0644]
opus/silk/NLSF2A.c [new file with mode: 0644]
opus/silk/NLSF_VQ.c [new file with mode: 0644]
opus/silk/NLSF_VQ_weights_laroia.c [new file with mode: 0644]
opus/silk/NLSF_decode.c [new file with mode: 0644]
opus/silk/NLSF_del_dec_quant.c [new file with mode: 0644]
opus/silk/NLSF_encode.c [new file with mode: 0644]
opus/silk/NLSF_stabilize.c [new file with mode: 0644]
opus/silk/NLSF_unpack.c [new file with mode: 0644]
opus/silk/NSQ.c [new file with mode: 0644]
opus/silk/NSQ.h [new file with mode: 0644]
opus/silk/NSQ_del_dec.c [new file with mode: 0644]
opus/silk/PLC.c [new file with mode: 0644]
opus/silk/PLC.h [new file with mode: 0644]
opus/silk/SigProc_FIX.h [new file with mode: 0644]
opus/silk/VAD.c [new file with mode: 0644]
opus/silk/VQ_WMat_EC.c [new file with mode: 0644]
opus/silk/ana_filt_bank_1.c [new file with mode: 0644]
opus/silk/arm/LPC_inv_pred_gain_arm.h [new file with mode: 0644]
opus/silk/arm/LPC_inv_pred_gain_neon_intr.c [new file with mode: 0644]
opus/silk/arm/NSQ_del_dec_arm.h [new file with mode: 0644]
opus/silk/arm/NSQ_del_dec_neon_intr.c [new file with mode: 0644]
opus/silk/arm/NSQ_neon.c [new file with mode: 0644]
opus/silk/arm/NSQ_neon.h [new file with mode: 0644]
opus/silk/arm/SigProc_FIX_armv4.h [new file with mode: 0644]
opus/silk/arm/SigProc_FIX_armv5e.h [new file with mode: 0644]
opus/silk/arm/arm_silk_map.c [new file with mode: 0644]
opus/silk/arm/biquad_alt_arm.h [new file with mode: 0644]
opus/silk/arm/biquad_alt_neon_intr.c [new file with mode: 0644]
opus/silk/arm/macros_arm64.h [new file with mode: 0644]
opus/silk/arm/macros_armv4.h [new file with mode: 0644]
opus/silk/arm/macros_armv5e.h [new file with mode: 0644]
opus/silk/biquad_alt.c [new file with mode: 0644]
opus/silk/bwexpander.c [new file with mode: 0644]
opus/silk/bwexpander_32.c [new file with mode: 0644]
opus/silk/check_control_input.c [new file with mode: 0644]
opus/silk/code_signs.c [new file with mode: 0644]
opus/silk/control.h [new file with mode: 0644]
opus/silk/control_SNR.c [new file with mode: 0644]
opus/silk/control_audio_bandwidth.c [new file with mode: 0644]
opus/silk/control_codec.c [new file with mode: 0644]
opus/silk/debug.c [new file with mode: 0644]
opus/silk/debug.h [new file with mode: 0644]
opus/silk/dec_API.c [new file with mode: 0644]
opus/silk/decode_core.c [new file with mode: 0644]
opus/silk/decode_frame.c [new file with mode: 0644]
opus/silk/decode_indices.c [new file with mode: 0644]
opus/silk/decode_parameters.c [new file with mode: 0644]
opus/silk/decode_pitch.c [new file with mode: 0644]
opus/silk/decode_pulses.c [new file with mode: 0644]
opus/silk/decoder_set_fs.c [new file with mode: 0644]
opus/silk/define.h [new file with mode: 0644]
opus/silk/enc_API.c [new file with mode: 0644]
opus/silk/encode_indices.c [new file with mode: 0644]
opus/silk/encode_pulses.c [new file with mode: 0644]
opus/silk/errors.h [new file with mode: 0644]
opus/silk/fixed/LTP_analysis_filter_FIX.c [new file with mode: 0644]
opus/silk/fixed/LTP_scale_ctrl_FIX.c [new file with mode: 0644]
opus/silk/fixed/apply_sine_window_FIX.c [new file with mode: 0644]
opus/silk/fixed/arm/warped_autocorrelation_FIX_arm.h [new file with mode: 0644]
opus/silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c [new file with mode: 0644]
opus/silk/fixed/autocorr_FIX.c [new file with mode: 0644]
opus/silk/fixed/burg_modified_FIX.c [new file with mode: 0644]
opus/silk/fixed/corrMatrix_FIX.c [new file with mode: 0644]
opus/silk/fixed/encode_frame_FIX.c [new file with mode: 0644]
opus/silk/fixed/find_LPC_FIX.c [new file with mode: 0644]
opus/silk/fixed/find_LTP_FIX.c [new file with mode: 0644]
opus/silk/fixed/find_pitch_lags_FIX.c [new file with mode: 0644]
opus/silk/fixed/find_pred_coefs_FIX.c [new file with mode: 0644]
opus/silk/fixed/k2a_FIX.c [new file with mode: 0644]
opus/silk/fixed/k2a_Q16_FIX.c [new file with mode: 0644]
opus/silk/fixed/main_FIX.h [new file with mode: 0644]
opus/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h [new file with mode: 0644]
opus/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h [new file with mode: 0644]
opus/silk/fixed/noise_shape_analysis_FIX.c [new file with mode: 0644]
opus/silk/fixed/pitch_analysis_core_FIX.c [new file with mode: 0644]
opus/silk/fixed/process_gains_FIX.c [new file with mode: 0644]
opus/silk/fixed/regularize_correlations_FIX.c [new file with mode: 0644]
opus/silk/fixed/residual_energy16_FIX.c [new file with mode: 0644]
opus/silk/fixed/residual_energy_FIX.c [new file with mode: 0644]
opus/silk/fixed/schur64_FIX.c [new file with mode: 0644]
opus/silk/fixed/schur_FIX.c [new file with mode: 0644]
opus/silk/fixed/structs_FIX.h [new file with mode: 0644]
opus/silk/fixed/vector_ops_FIX.c [new file with mode: 0644]
opus/silk/fixed/warped_autocorrelation_FIX.c [new file with mode: 0644]
opus/silk/fixed/x86/burg_modified_FIX_sse.c [new file with mode: 0644]
opus/silk/fixed/x86/vector_ops_FIX_sse.c [new file with mode: 0644]
opus/silk/float/LPC_analysis_filter_FLP.c [new file with mode: 0644]
opus/silk/float/LPC_inv_pred_gain_FLP.c [new file with mode: 0644]
opus/silk/float/LTP_analysis_filter_FLP.c [new file with mode: 0644]
opus/silk/float/LTP_scale_ctrl_FLP.c [new file with mode: 0644]
opus/silk/float/SigProc_FLP.h [new file with mode: 0644]
opus/silk/float/apply_sine_window_FLP.c [new file with mode: 0644]
opus/silk/float/autocorrelation_FLP.c [new file with mode: 0644]
opus/silk/float/burg_modified_FLP.c [new file with mode: 0644]
opus/silk/float/bwexpander_FLP.c [new file with mode: 0644]
opus/silk/float/corrMatrix_FLP.c [new file with mode: 0644]
opus/silk/float/encode_frame_FLP.c [new file with mode: 0644]
opus/silk/float/energy_FLP.c [new file with mode: 0644]
opus/silk/float/find_LPC_FLP.c [new file with mode: 0644]
opus/silk/float/find_LTP_FLP.c [new file with mode: 0644]
opus/silk/float/find_pitch_lags_FLP.c [new file with mode: 0644]
opus/silk/float/find_pred_coefs_FLP.c [new file with mode: 0644]
opus/silk/float/inner_product_FLP.c [new file with mode: 0644]
opus/silk/float/k2a_FLP.c [new file with mode: 0644]
opus/silk/float/main_FLP.h [new file with mode: 0644]
opus/silk/float/noise_shape_analysis_FLP.c [new file with mode: 0644]
opus/silk/float/pitch_analysis_core_FLP.c [new file with mode: 0644]
opus/silk/float/process_gains_FLP.c [new file with mode: 0644]
opus/silk/float/regularize_correlations_FLP.c [new file with mode: 0644]
opus/silk/float/residual_energy_FLP.c [new file with mode: 0644]
opus/silk/float/scale_copy_vector_FLP.c [new file with mode: 0644]
opus/silk/float/scale_vector_FLP.c [new file with mode: 0644]
opus/silk/float/schur_FLP.c [new file with mode: 0644]
opus/silk/float/sort_FLP.c [new file with mode: 0644]
opus/silk/float/structs_FLP.h [new file with mode: 0644]
opus/silk/float/warped_autocorrelation_FLP.c [new file with mode: 0644]
opus/silk/float/wrappers_FLP.c [new file with mode: 0644]
opus/silk/gain_quant.c [new file with mode: 0644]
opus/silk/init_decoder.c [new file with mode: 0644]
opus/silk/init_encoder.c [new file with mode: 0644]
opus/silk/inner_prod_aligned.c [new file with mode: 0644]
opus/silk/interpolate.c [new file with mode: 0644]
opus/silk/lin2log.c [new file with mode: 0644]
opus/silk/log2lin.c [new file with mode: 0644]
opus/silk/macros.h [new file with mode: 0644]
opus/silk/main.h [new file with mode: 0644]
opus/silk/mips/NSQ_del_dec_mipsr1.h [new file with mode: 0644]
opus/silk/mips/macros_mipsr1.h [new file with mode: 0644]
opus/silk/mips/sigproc_fix_mipsr1.h [new file with mode: 0644]
opus/silk/pitch_est_defines.h [new file with mode: 0644]
opus/silk/pitch_est_tables.c [new file with mode: 0644]
opus/silk/process_NLSFs.c [new file with mode: 0644]
opus/silk/quant_LTP_gains.c [new file with mode: 0644]
opus/silk/resampler.c [new file with mode: 0644]
opus/silk/resampler_down2.c [new file with mode: 0644]
opus/silk/resampler_down2_3.c [new file with mode: 0644]
opus/silk/resampler_private.h [new file with mode: 0644]
opus/silk/resampler_private_AR2.c [new file with mode: 0644]
opus/silk/resampler_private_IIR_FIR.c [new file with mode: 0644]
opus/silk/resampler_private_down_FIR.c [new file with mode: 0644]
opus/silk/resampler_private_up2_HQ.c [new file with mode: 0644]
opus/silk/resampler_rom.c [new file with mode: 0644]
opus/silk/resampler_rom.h [new file with mode: 0644]
opus/silk/resampler_structs.h [new file with mode: 0644]
opus/silk/shell_coder.c [new file with mode: 0644]
opus/silk/sigm_Q15.c [new file with mode: 0644]
opus/silk/sort.c [new file with mode: 0644]
opus/silk/stereo_LR_to_MS.c [new file with mode: 0644]
opus/silk/stereo_MS_to_LR.c [new file with mode: 0644]
opus/silk/stereo_decode_pred.c [new file with mode: 0644]
opus/silk/stereo_encode_pred.c [new file with mode: 0644]
opus/silk/stereo_find_predictor.c [new file with mode: 0644]
opus/silk/stereo_quant_pred.c [new file with mode: 0644]
opus/silk/structs.h [new file with mode: 0644]
opus/silk/sum_sqr_shift.c [new file with mode: 0644]
opus/silk/table_LSF_cos.c [new file with mode: 0644]
opus/silk/tables.h [new file with mode: 0644]
opus/silk/tables_LTP.c [new file with mode: 0644]
opus/silk/tables_NLSF_CB_NB_MB.c [new file with mode: 0644]
opus/silk/tables_NLSF_CB_WB.c [new file with mode: 0644]
opus/silk/tables_gain.c [new file with mode: 0644]
opus/silk/tables_other.c [new file with mode: 0644]
opus/silk/tables_pitch_lag.c [new file with mode: 0644]
opus/silk/tables_pulses_per_block.c [new file with mode: 0644]
opus/silk/tests/test_unit_LPC_inv_pred_gain.c [new file with mode: 0644]
opus/silk/tuning_parameters.h [new file with mode: 0644]
opus/silk/typedef.h [new file with mode: 0644]
opus/silk/x86/NSQ_del_dec_sse.c [new file with mode: 0644]
opus/silk/x86/NSQ_sse.c [new file with mode: 0644]
opus/silk/x86/SigProc_FIX_sse.h [new file with mode: 0644]
opus/silk/x86/VAD_sse.c [new file with mode: 0644]
opus/silk/x86/VQ_WMat_EC_sse.c [new file with mode: 0644]
opus/silk/x86/main_sse.h [new file with mode: 0644]
opus/silk/x86/x86_silk_map.c [new file with mode: 0644]
opus/src/analysis.c [new file with mode: 0644]
opus/src/analysis.h [new file with mode: 0644]
opus/src/mlp.c [new file with mode: 0644]
opus/src/mlp.h [new file with mode: 0644]
opus/src/mlp_data.c [new file with mode: 0644]
opus/src/opus.c [new file with mode: 0644]
opus/src/opus_compare.c [new file with mode: 0644]
opus/src/opus_decoder.c [new file with mode: 0644]
opus/src/opus_demo.c [new file with mode: 0644]
opus/src/opus_encoder.c [new file with mode: 0644]
opus/src/opus_multistream.c [new file with mode: 0644]
opus/src/opus_multistream_decoder.c [new file with mode: 0644]
opus/src/opus_multistream_encoder.c [new file with mode: 0644]
opus/src/opus_private.h [new file with mode: 0644]
opus/src/repacketizer.c [new file with mode: 0644]
opus/src/tansig_table.h [new file with mode: 0644]