blob: 762a8fab1a28c2e324ff65b50ae14e146353f012 [file] [log] [blame]
niklase@google.com470e71d2011-07-07 08:21:25 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
niklase@google.com470e71d2011-07-07 08:21:25 +000010 'targets': [
11 {
Zeke Chin786dbdc2015-06-10 13:45:08 -070012 'target_name': 'ilbc',
wjia@webrtc.orga3c82bf2013-01-18 23:42:21 +000013 'type': 'static_library',
niklase@google.com470e71d2011-07-07 08:21:25 +000014 'dependencies': [
kwiberg619a2112016-08-24 02:46:44 -070015 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
andrew@webrtc.org34235372013-04-30 23:43:26 +000016 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
henrik.lundin@webrtc.orgc1c92912014-12-16 13:41:36 +000017 'audio_encoder_interface',
niklase@google.com470e71d2011-07-07 08:21:25 +000018 ],
niklase@google.com470e71d2011-07-07 08:21:25 +000019 'sources': [
niklase@google.com470e71d2011-07-07 08:21:25 +000020 'abs_quant.c',
21 'abs_quant_loop.c',
kwibergfff9f172015-09-16 21:26:32 -070022 'audio_decoder_ilbc.cc',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010023 'audio_decoder_ilbc.h',
kwiberg@webrtc.orgcb858ba2014-12-08 17:11:44 +000024 'audio_encoder_ilbc.cc',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010025 'audio_encoder_ilbc.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000026 'augmented_cb_corr.c',
27 'bw_expand.c',
28 'cb_construct.c',
29 'cb_mem_energy.c',
30 'cb_mem_energy_augmentation.c',
31 'cb_mem_energy_calc.c',
32 'cb_search.c',
33 'cb_search_core.c',
34 'cb_update_best_index.c',
35 'chebyshev.c',
36 'comp_corr.c',
37 'constants.c',
38 'create_augmented_vec.c',
39 'decode.c',
40 'decode_residual.c',
41 'decoder_interpolate_lsf.c',
42 'do_plc.c',
43 'encode.c',
44 'energy_inverse.c',
45 'enh_upsample.c',
46 'enhancer.c',
47 'enhancer_interface.c',
48 'filtered_cb_vecs.c',
49 'frame_classify.c',
50 'gain_dequant.c',
51 'gain_quant.c',
52 'get_cd_vec.c',
53 'get_lsp_poly.c',
54 'get_sync_seq.c',
55 'hp_input.c',
56 'hp_output.c',
57 'ilbc.c',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010058 'ilbc.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000059 'index_conv_dec.c',
60 'index_conv_enc.c',
61 'init_decode.c',
62 'init_encode.c',
63 'interpolate.c',
64 'interpolate_samples.c',
65 'lpc_encode.c',
66 'lsf_check.c',
67 'lsf_interpolate_to_poly_dec.c',
68 'lsf_interpolate_to_poly_enc.c',
69 'lsf_to_lsp.c',
70 'lsf_to_poly.c',
71 'lsp_to_lsf.c',
72 'my_corr.c',
73 'nearest_neighbor.c',
74 'pack_bits.c',
75 'poly_to_lsf.c',
76 'poly_to_lsp.c',
77 'refiner.c',
78 'simple_interpolate_lsf.c',
79 'simple_lpc_analysis.c',
80 'simple_lsf_dequant.c',
81 'simple_lsf_quant.c',
82 'smooth.c',
83 'smooth_out_data.c',
84 'sort_sq.c',
85 'split_vq.c',
86 'state_construct.c',
87 'state_search.c',
88 'swap_bytes.c',
89 'unpack_bits.c',
90 'vq3.c',
91 'vq4.c',
92 'window32_w32.c',
93 'xcorr_coef.c',
94 'abs_quant.h',
95 'abs_quant_loop.h',
96 'augmented_cb_corr.h',
97 'bw_expand.h',
98 'cb_construct.h',
99 'cb_mem_energy.h',
100 'cb_mem_energy_augmentation.h',
101 'cb_mem_energy_calc.h',
102 'cb_search.h',
103 'cb_search_core.h',
104 'cb_update_best_index.h',
105 'chebyshev.h',
106 'comp_corr.h',
107 'constants.h',
108 'create_augmented_vec.h',
109 'decode.h',
110 'decode_residual.h',
111 'decoder_interpolate_lsf.h',
112 'do_plc.h',
113 'encode.h',
114 'energy_inverse.h',
115 'enh_upsample.h',
116 'enhancer.h',
117 'enhancer_interface.h',
118 'filtered_cb_vecs.h',
119 'frame_classify.h',
120 'gain_dequant.h',
121 'gain_quant.h',
122 'get_cd_vec.h',
123 'get_lsp_poly.h',
124 'get_sync_seq.h',
125 'hp_input.h',
126 'hp_output.h',
127 'defines.h',
128 'index_conv_dec.h',
129 'index_conv_enc.h',
130 'init_decode.h',
131 'init_encode.h',
132 'interpolate.h',
133 'interpolate_samples.h',
134 'lpc_encode.h',
135 'lsf_check.h',
136 'lsf_interpolate_to_poly_dec.h',
137 'lsf_interpolate_to_poly_enc.h',
138 'lsf_to_lsp.h',
139 'lsf_to_poly.h',
140 'lsp_to_lsf.h',
141 'my_corr.h',
142 'nearest_neighbor.h',
143 'pack_bits.h',
144 'poly_to_lsf.h',
145 'poly_to_lsp.h',
146 'refiner.h',
147 'simple_interpolate_lsf.h',
148 'simple_lpc_analysis.h',
149 'simple_lsf_dequant.h',
150 'simple_lsf_quant.h',
151 'smooth.h',
152 'smooth_out_data.h',
153 'sort_sq.h',
154 'split_vq.h',
155 'state_construct.h',
156 'state_search.h',
157 'swap_bytes.h',
158 'unpack_bits.h',
159 'vq3.h',
160 'vq4.h',
161 'window32_w32.h',
162 'xcorr_coef.h',
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +0000163 ], # sources
Zeke Chin786dbdc2015-06-10 13:45:08 -0700164 }, # ilbc
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +0000165 ], # targets
niklase@google.com470e71d2011-07-07 08:21:25 +0000166}