Jean-Marc Valin | 3596fed | 2011-07-09 09:20:51 -0400 | [diff] [blame] | 1 | CELT_HEAD = \ |
Jean-Marc Valin | c374990 | 2011-09-13 18:21:18 -0700 | [diff] [blame] | 2 | celt/arch.h \ |
| 3 | celt/bands.h \ |
| 4 | celt/celt.h \ |
Aurélien Zanelli | cd4c824 | 2013-05-31 15:07:00 +0200 | [diff] [blame] | 5 | celt/cpu_support.h \ |
Jean-Marc Valin | 4923f3f | 2011-10-26 21:36:57 -0400 | [diff] [blame] | 6 | include/opus_types.h \ |
| 7 | include/opus_defines.h \ |
Ralph Giles | 8779266 | 2012-04-05 09:19:25 -0700 | [diff] [blame] | 8 | include/opus_custom.h \ |
Jean-Marc Valin | c374990 | 2011-09-13 18:21:18 -0700 | [diff] [blame] | 9 | celt/cwrs.h \ |
| 10 | celt/ecintrin.h \ |
| 11 | celt/entcode.h \ |
| 12 | celt/entdec.h \ |
| 13 | celt/entenc.h \ |
| 14 | celt/fixed_debug.h \ |
| 15 | celt/fixed_generic.h \ |
| 16 | celt/float_cast.h \ |
| 17 | celt/_kiss_fft_guts.h \ |
| 18 | celt/kiss_fft.h \ |
| 19 | celt/laplace.h \ |
| 20 | celt/mathops.h \ |
| 21 | celt/mdct.h \ |
| 22 | celt/mfrngcod.h \ |
| 23 | celt/modes.h \ |
| 24 | celt/os_support.h \ |
| 25 | celt/pitch.h \ |
Jean-Marc Valin | 2779df7 | 2011-10-04 13:26:53 -0400 | [diff] [blame] | 26 | celt/celt_lpc.h \ |
xiangmingzhu | c95c9a0 | 2014-04-30 15:48:07 +0800 | [diff] [blame] | 27 | celt/x86/celt_lpc_sse.h \ |
Jean-Marc Valin | c374990 | 2011-09-13 18:21:18 -0700 | [diff] [blame] | 28 | celt/quant_bands.h \ |
| 29 | celt/rate.h \ |
| 30 | celt/stack_alloc.h \ |
| 31 | celt/vq.h \ |
| 32 | celt/static_modes_float.h \ |
Timothy B. Terriberry | 9d05628 | 2013-05-21 13:42:14 -0700 | [diff] [blame] | 33 | celt/static_modes_fixed.h \ |
Viswanath Puttagunta | f48abe8 | 2015-05-15 12:42:19 -0500 | [diff] [blame] | 34 | celt/static_modes_float_arm_ne10.h \ |
Viswanath Puttagunta | ba8713c | 2015-05-15 12:42:25 -0500 | [diff] [blame] | 35 | celt/static_modes_fixed_arm_ne10.h \ |
Aurélien Zanelli | cd4c824 | 2013-05-31 15:07:00 +0200 | [diff] [blame] | 36 | celt/arm/armcpu.h \ |
Timothy B. Terriberry | 9d05628 | 2013-05-21 13:42:14 -0700 | [diff] [blame] | 37 | celt/arm/fixed_armv4.h \ |
| 38 | celt/arm/fixed_armv5e.h \ |
| 39 | celt/arm/kiss_fft_armv4.h \ |
Jean-Marc Valin | 70c9c3a | 2013-06-06 12:45:17 -0400 | [diff] [blame] | 40 | celt/arm/kiss_fft_armv5e.h \ |
Timothy B. Terriberry | 39386e0 | 2013-11-18 13:30:13 -0500 | [diff] [blame] | 41 | celt/arm/pitch_arm.h \ |
Viswanath Puttagunta | f48abe8 | 2015-05-15 12:42:19 -0500 | [diff] [blame] | 42 | celt/arm/fft_arm.h \ |
| 43 | celt/arm/mdct_arm.h \ |
Jean-Marc Valin | 45cbdff | 2015-02-11 14:10:03 -0500 | [diff] [blame] | 44 | celt/mips/celt_mipsr1.h \ |
| 45 | celt/mips/fixed_generic_mipsr1.h \ |
| 46 | celt/mips/kiss_fft_mipsr1.h \ |
| 47 | celt/mips/mdct_mipsr1.h \ |
| 48 | celt/mips/pitch_mipsr1.h \ |
| 49 | celt/mips/vq_mipsr1.h \ |
xiangmingzhu | c95c9a0 | 2014-04-30 15:48:07 +0800 | [diff] [blame] | 50 | celt/x86/pitch_sse.h \ |
| 51 | celt/x86/x86cpu.h |