silk_sources.mk 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. # Copyright (c) 2011-2012 IETF Trust, Jean-Marc Valin. All rights reserved.
  2. #
  3. # This file is extracted from RFC6716. Please see that RFC for additional
  4. # information.
  5. #
  6. # Redistribution and use in source and binary forms, with or without
  7. # modification, are permitted provided that the following conditions
  8. # are met:
  9. #
  10. # - Redistributions of source code must retain the above copyright
  11. # notice, this list of conditions and the following disclaimer.
  12. #
  13. # - Redistributions in binary form must reproduce the above copyright
  14. # notice, this list of conditions and the following disclaimer in the
  15. # documentation and/or other materials provided with the distribution.
  16. #
  17. # - Neither the name of Internet Society, IETF or IETF Trust, nor the
  18. # names of specific contributors, may be used to endorse or promote
  19. # products derived from this software without specific prior written
  20. # permission.
  21. #
  22. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  23. # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  24. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  25. # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  26. # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  27. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  28. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  29. # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  30. # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  31. # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. SILK_SOURCES = \
  34. silk/CNG.c \
  35. silk/code_signs.c \
  36. silk/init_decoder.c \
  37. silk/decode_core.c \
  38. silk/decode_frame.c \
  39. silk/decode_parameters.c \
  40. silk/decode_indices.c \
  41. silk/decode_pulses.c \
  42. silk/decoder_set_fs.c \
  43. silk/dec_API.c \
  44. silk/enc_API.c \
  45. silk/encode_indices.c \
  46. silk/encode_pulses.c \
  47. silk/gain_quant.c \
  48. silk/interpolate.c \
  49. silk/LP_variable_cutoff.c \
  50. silk/NLSF_decode.c \
  51. silk/NSQ.c \
  52. silk/NSQ_del_dec.c \
  53. silk/PLC.c \
  54. silk/shell_coder.c \
  55. silk/tables_gain.c \
  56. silk/tables_LTP.c \
  57. silk/tables_NLSF_CB_NB_MB.c \
  58. silk/tables_NLSF_CB_WB.c \
  59. silk/tables_other.c \
  60. silk/tables_pitch_lag.c \
  61. silk/tables_pulses_per_block.c \
  62. silk/VAD.c \
  63. silk/control_audio_bandwidth.c \
  64. silk/quant_LTP_gains.c \
  65. silk/VQ_WMat_EC.c \
  66. silk/HP_variable_cutoff.c \
  67. silk/NLSF_encode.c \
  68. silk/NLSF_VQ.c \
  69. silk/NLSF_unpack.c \
  70. silk/NLSF_del_dec_quant.c \
  71. silk/process_NLSFs.c \
  72. silk/stereo_LR_to_MS.c \
  73. silk/stereo_MS_to_LR.c \
  74. silk/check_control_input.c \
  75. silk/control_SNR.c \
  76. silk/init_encoder.c \
  77. silk/control_codec.c \
  78. silk/A2NLSF.c \
  79. silk/ana_filt_bank_1.c \
  80. silk/biquad_alt.c \
  81. silk/bwexpander_32.c \
  82. silk/bwexpander.c \
  83. silk/debug.c \
  84. silk/decode_pitch.c \
  85. silk/inner_prod_aligned.c \
  86. silk/lin2log.c \
  87. silk/log2lin.c \
  88. silk/LPC_analysis_filter.c \
  89. silk/LPC_inv_pred_gain.c \
  90. silk/table_LSF_cos.c \
  91. silk/NLSF2A.c \
  92. silk/NLSF_stabilize.c \
  93. silk/NLSF_VQ_weights_laroia.c \
  94. silk/pitch_est_tables.c \
  95. silk/resampler.c \
  96. silk/resampler_down2_3.c \
  97. silk/resampler_down2.c \
  98. silk/resampler_private_AR2.c \
  99. silk/resampler_private_down_FIR.c \
  100. silk/resampler_private_IIR_FIR.c \
  101. silk/resampler_private_up2_HQ.c \
  102. silk/resampler_rom.c \
  103. silk/sigm_Q15.c \
  104. silk/sort.c \
  105. silk/sum_sqr_shift.c \
  106. silk/stereo_decode_pred.c \
  107. silk/stereo_encode_pred.c \
  108. silk/stereo_find_predictor.c \
  109. silk/stereo_quant_pred.c
  110. SILK_SOURCES_FIXED = \
  111. silk/fixed/LTP_analysis_filter_FIX.c \
  112. silk/fixed/LTP_scale_ctrl_FIX.c \
  113. silk/fixed/corrMatrix_FIX.c \
  114. silk/fixed/encode_frame_FIX.c \
  115. silk/fixed/find_LPC_FIX.c \
  116. silk/fixed/find_LTP_FIX.c \
  117. silk/fixed/find_pitch_lags_FIX.c \
  118. silk/fixed/find_pred_coefs_FIX.c \
  119. silk/fixed/noise_shape_analysis_FIX.c \
  120. silk/fixed/prefilter_FIX.c \
  121. silk/fixed/process_gains_FIX.c \
  122. silk/fixed/regularize_correlations_FIX.c \
  123. silk/fixed/residual_energy16_FIX.c \
  124. silk/fixed/residual_energy_FIX.c \
  125. silk/fixed/solve_LS_FIX.c \
  126. silk/fixed/warped_autocorrelation_FIX.c \
  127. silk/fixed/apply_sine_window_FIX.c \
  128. silk/fixed/autocorr_FIX.c \
  129. silk/fixed/burg_modified_FIX.c \
  130. silk/fixed/k2a_FIX.c \
  131. silk/fixed/k2a_Q16_FIX.c \
  132. silk/fixed/pitch_analysis_core_FIX.c \
  133. silk/fixed/vector_ops_FIX.c \
  134. silk/fixed/schur64_FIX.c \
  135. silk/fixed/schur_FIX.c
  136. SILK_SOURCES_FLOAT = \
  137. silk/float/apply_sine_window_FLP.c \
  138. silk/float/corrMatrix_FLP.c \
  139. silk/float/encode_frame_FLP.c \
  140. silk/float/find_LPC_FLP.c \
  141. silk/float/find_LTP_FLP.c \
  142. silk/float/find_pitch_lags_FLP.c \
  143. silk/float/find_pred_coefs_FLP.c \
  144. silk/float/LPC_analysis_filter_FLP.c \
  145. silk/float/LTP_analysis_filter_FLP.c \
  146. silk/float/LTP_scale_ctrl_FLP.c \
  147. silk/float/noise_shape_analysis_FLP.c \
  148. silk/float/prefilter_FLP.c \
  149. silk/float/process_gains_FLP.c \
  150. silk/float/regularize_correlations_FLP.c \
  151. silk/float/residual_energy_FLP.c \
  152. silk/float/solve_LS_FLP.c \
  153. silk/float/warped_autocorrelation_FLP.c \
  154. silk/float/wrappers_FLP.c \
  155. silk/float/autocorrelation_FLP.c \
  156. silk/float/burg_modified_FLP.c \
  157. silk/float/bwexpander_FLP.c \
  158. silk/float/energy_FLP.c \
  159. silk/float/inner_product_FLP.c \
  160. silk/float/k2a_FLP.c \
  161. silk/float/levinsondurbin_FLP.c \
  162. silk/float/LPC_inv_pred_gain_FLP.c \
  163. silk/float/pitch_analysis_core_FLP.c \
  164. silk/float/scale_copy_vector_FLP.c \
  165. silk/float/scale_vector_FLP.c \
  166. silk/float/schur_FLP.c \
  167. silk/float/sort_FLP.c