| OLD | NEW |
| 1 SILK_SOURCES = \ | 1 SILK_SOURCES = \ |
| 2 silk/CNG.c \ | 2 silk/CNG.c \ |
| 3 silk/code_signs.c \ | 3 silk/code_signs.c \ |
| 4 silk/init_decoder.c \ | 4 silk/init_decoder.c \ |
| 5 silk/decode_core.c \ | 5 silk/decode_core.c \ |
| 6 silk/decode_frame.c \ | 6 silk/decode_frame.c \ |
| 7 silk/decode_parameters.c \ | 7 silk/decode_parameters.c \ |
| 8 silk/decode_indices.c \ | 8 silk/decode_indices.c \ |
| 9 silk/decode_pulses.c \ | 9 silk/decode_pulses.c \ |
| 10 silk/decoder_set_fs.c \ | 10 silk/decoder_set_fs.c \ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 silk/resampler_private_up2_HQ.c \ | 69 silk/resampler_private_up2_HQ.c \ |
| 70 silk/resampler_rom.c \ | 70 silk/resampler_rom.c \ |
| 71 silk/sigm_Q15.c \ | 71 silk/sigm_Q15.c \ |
| 72 silk/sort.c \ | 72 silk/sort.c \ |
| 73 silk/sum_sqr_shift.c \ | 73 silk/sum_sqr_shift.c \ |
| 74 silk/stereo_decode_pred.c \ | 74 silk/stereo_decode_pred.c \ |
| 75 silk/stereo_encode_pred.c \ | 75 silk/stereo_encode_pred.c \ |
| 76 silk/stereo_find_predictor.c \ | 76 silk/stereo_find_predictor.c \ |
| 77 silk/stereo_quant_pred.c | 77 silk/stereo_quant_pred.c |
| 78 | 78 |
| 79 SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse.c \ |
| 80 silk/x86/NSQ_del_dec_sse.c \ |
| 81 silk/x86/x86_silk_map.c \ |
| 82 silk/x86/VAD_sse.c \ |
| 83 silk/x86/VQ_WMat_EC_sse.c |
| 79 | 84 |
| 80 SILK_SOURCES_FIXED = \ | 85 SILK_SOURCES_FIXED = \ |
| 81 silk/fixed/LTP_analysis_filter_FIX.c \ | 86 silk/fixed/LTP_analysis_filter_FIX.c \ |
| 82 silk/fixed/LTP_scale_ctrl_FIX.c \ | 87 silk/fixed/LTP_scale_ctrl_FIX.c \ |
| 83 silk/fixed/corrMatrix_FIX.c \ | 88 silk/fixed/corrMatrix_FIX.c \ |
| 84 silk/fixed/encode_frame_FIX.c \ | 89 silk/fixed/encode_frame_FIX.c \ |
| 85 silk/fixed/find_LPC_FIX.c \ | 90 silk/fixed/find_LPC_FIX.c \ |
| 86 silk/fixed/find_LTP_FIX.c \ | 91 silk/fixed/find_LTP_FIX.c \ |
| 87 silk/fixed/find_pitch_lags_FIX.c \ | 92 silk/fixed/find_pitch_lags_FIX.c \ |
| 88 silk/fixed/find_pred_coefs_FIX.c \ | 93 silk/fixed/find_pred_coefs_FIX.c \ |
| 89 silk/fixed/noise_shape_analysis_FIX.c \ | 94 silk/fixed/noise_shape_analysis_FIX.c \ |
| 90 silk/fixed/prefilter_FIX.c \ | 95 silk/fixed/prefilter_FIX.c \ |
| 91 silk/fixed/process_gains_FIX.c \ | 96 silk/fixed/process_gains_FIX.c \ |
| 92 silk/fixed/regularize_correlations_FIX.c \ | 97 silk/fixed/regularize_correlations_FIX.c \ |
| 93 silk/fixed/residual_energy16_FIX.c \ | 98 silk/fixed/residual_energy16_FIX.c \ |
| 94 silk/fixed/residual_energy_FIX.c \ | 99 silk/fixed/residual_energy_FIX.c \ |
| 95 silk/fixed/solve_LS_FIX.c \ | 100 silk/fixed/solve_LS_FIX.c \ |
| 96 silk/fixed/warped_autocorrelation_FIX.c \ | 101 silk/fixed/warped_autocorrelation_FIX.c \ |
| 97 silk/fixed/apply_sine_window_FIX.c \ | 102 silk/fixed/apply_sine_window_FIX.c \ |
| 98 silk/fixed/autocorr_FIX.c \ | 103 silk/fixed/autocorr_FIX.c \ |
| 99 silk/fixed/burg_modified_FIX.c \ | 104 silk/fixed/burg_modified_FIX.c \ |
| 100 silk/fixed/k2a_FIX.c \ | 105 silk/fixed/k2a_FIX.c \ |
| 101 silk/fixed/k2a_Q16_FIX.c \ | 106 silk/fixed/k2a_Q16_FIX.c \ |
| 102 silk/fixed/pitch_analysis_core_FIX.c \ | 107 silk/fixed/pitch_analysis_core_FIX.c \ |
| 103 silk/fixed/vector_ops_FIX.c \ | 108 silk/fixed/vector_ops_FIX.c \ |
| 104 silk/fixed/schur64_FIX.c \ | 109 silk/fixed/schur64_FIX.c \ |
| 105 silk/fixed/schur_FIX.c | 110 silk/fixed/schur_FIX.c |
| 106 | 111 |
| 112 SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse.c \ |
| 113 silk/fixed/x86/burg_modified_FIX_sse.c \ |
| 114 silk/fixed/x86/prefilter_FIX_sse.c |
| 115 |
| 107 SILK_SOURCES_FLOAT = \ | 116 SILK_SOURCES_FLOAT = \ |
| 108 silk/float/apply_sine_window_FLP.c \ | 117 silk/float/apply_sine_window_FLP.c \ |
| 109 silk/float/corrMatrix_FLP.c \ | 118 silk/float/corrMatrix_FLP.c \ |
| 110 silk/float/encode_frame_FLP.c \ | 119 silk/float/encode_frame_FLP.c \ |
| 111 silk/float/find_LPC_FLP.c \ | 120 silk/float/find_LPC_FLP.c \ |
| 112 silk/float/find_LTP_FLP.c \ | 121 silk/float/find_LTP_FLP.c \ |
| 113 silk/float/find_pitch_lags_FLP.c \ | 122 silk/float/find_pitch_lags_FLP.c \ |
| 114 silk/float/find_pred_coefs_FLP.c \ | 123 silk/float/find_pred_coefs_FLP.c \ |
| 115 silk/float/LPC_analysis_filter_FLP.c \ | 124 silk/float/LPC_analysis_filter_FLP.c \ |
| 116 silk/float/LTP_analysis_filter_FLP.c \ | 125 silk/float/LTP_analysis_filter_FLP.c \ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 129 silk/float/energy_FLP.c \ | 138 silk/float/energy_FLP.c \ |
| 130 silk/float/inner_product_FLP.c \ | 139 silk/float/inner_product_FLP.c \ |
| 131 silk/float/k2a_FLP.c \ | 140 silk/float/k2a_FLP.c \ |
| 132 silk/float/levinsondurbin_FLP.c \ | 141 silk/float/levinsondurbin_FLP.c \ |
| 133 silk/float/LPC_inv_pred_gain_FLP.c \ | 142 silk/float/LPC_inv_pred_gain_FLP.c \ |
| 134 silk/float/pitch_analysis_core_FLP.c \ | 143 silk/float/pitch_analysis_core_FLP.c \ |
| 135 silk/float/scale_copy_vector_FLP.c \ | 144 silk/float/scale_copy_vector_FLP.c \ |
| 136 silk/float/scale_vector_FLP.c \ | 145 silk/float/scale_vector_FLP.c \ |
| 137 silk/float/schur_FLP.c \ | 146 silk/float/schur_FLP.c \ |
| 138 silk/float/sort_FLP.c | 147 silk/float/sort_FLP.c |
| OLD | NEW |