Bug 1879774 [wpt PR 44524] - WebKit export: Implement field-sizing support for input...
[gecko.git] / media / libvpx / sources.mozbuild
blob2960dee25530ec6dbcf9a4468473a80b589c0724
1 # This file is generated. Do not edit.
3 files = {
4   'X64_EXPORTS': [
5     'libvpx/vpx/vp8.h',
6     'libvpx/vpx/vp8cx.h',
7     'libvpx/vpx/vp8dx.h',
8     'libvpx/vpx/vpx_codec.h',
9     'libvpx/vpx/vpx_decoder.h',
10     'libvpx/vpx/vpx_encoder.h',
11     'libvpx/vpx/vpx_ext_ratectrl.h',
12     'libvpx/vpx/vpx_frame_buffer.h',
13     'libvpx/vpx/vpx_image.h',
14     'libvpx/vpx/vpx_integer.h',
15     'libvpx/vpx/vpx_tpl.h',
16     'libvpx/vpx_mem/include/vpx_mem_intrnl.h',
17     'libvpx/vpx_mem/vpx_mem.h',
18     'libvpx/vpx_ports/bitops.h',
19     'libvpx/vpx_ports/compiler_attributes.h',
20     'libvpx/vpx_ports/mem.h',
21     'libvpx/vpx_ports/static_assert.h',
22     'libvpx/vpx_ports/system_state.h',
23     'libvpx/vpx_ports/vpx_timer.h',
24     'libvpx/vpx_ports/x86.h',
25     'libvpx/vpx_scale/vpx_scale.h',
26     'libvpx/vpx_scale/yv12config.h',
28   'X64_SOURCES': [
29     'libvpx/vp8/common/alloccommon.c',
30     'libvpx/vp8/common/blockd.c',
31     'libvpx/vp8/common/dequantize.c',
32     'libvpx/vp8/common/entropy.c',
33     'libvpx/vp8/common/entropymode.c',
34     'libvpx/vp8/common/entropymv.c',
35     'libvpx/vp8/common/extend.c',
36     'libvpx/vp8/common/filter.c',
37     'libvpx/vp8/common/findnearmv.c',
38     'libvpx/vp8/common/generic/systemdependent.c',
39     'libvpx/vp8/common/idct_blk.c',
40     'libvpx/vp8/common/idctllm.c',
41     'libvpx/vp8/common/loopfilter_filters.c',
42     'libvpx/vp8/common/mbpitch.c',
43     'libvpx/vp8/common/mfqe.c',
44     'libvpx/vp8/common/modecont.c',
45     'libvpx/vp8/common/postproc.c',
46     'libvpx/vp8/common/quant_common.c',
47     'libvpx/vp8/common/reconinter.c',
48     'libvpx/vp8/common/reconintra.c',
49     'libvpx/vp8/common/reconintra4x4.c',
50     'libvpx/vp8/common/rtcd.c',
51     'libvpx/vp8/common/setupintrarecon.c',
52     'libvpx/vp8/common/swapyv12buffer.c',
53     'libvpx/vp8/common/treecoder.c',
54     'libvpx/vp8/common/vp8_loopfilter.c',
55     'libvpx/vp8/common/vp8_skin_detection.c',
56     'libvpx/vp8/common/x86/bilinear_filter_sse2.c',
57     'libvpx/vp8/common/x86/dequantize_mmx.asm',
58     'libvpx/vp8/common/x86/idct_blk_mmx.c',
59     'libvpx/vp8/common/x86/idct_blk_sse2.c',
60     'libvpx/vp8/common/x86/idctllm_mmx.asm',
61     'libvpx/vp8/common/x86/idctllm_sse2.asm',
62     'libvpx/vp8/common/x86/iwalsh_sse2.asm',
63     'libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm',
64     'libvpx/vp8/common/x86/loopfilter_sse2.asm',
65     'libvpx/vp8/common/x86/loopfilter_x86.c',
66     'libvpx/vp8/common/x86/mfqe_sse2.asm',
67     'libvpx/vp8/common/x86/recon_mmx.asm',
68     'libvpx/vp8/common/x86/recon_sse2.asm',
69     'libvpx/vp8/common/x86/subpixel_mmx.asm',
70     'libvpx/vp8/common/x86/subpixel_sse2.asm',
71     'libvpx/vp8/common/x86/subpixel_ssse3.asm',
72     'libvpx/vp8/common/x86/vp8_asm_stubs.c',
73     'libvpx/vp8/decoder/dboolhuff.c',
74     'libvpx/vp8/decoder/decodeframe.c',
75     'libvpx/vp8/decoder/decodemv.c',
76     'libvpx/vp8/decoder/detokenize.c',
77     'libvpx/vp8/decoder/onyxd_if.c',
78     'libvpx/vp8/decoder/threading.c',
79     'libvpx/vp8/encoder/bitstream.c',
80     'libvpx/vp8/encoder/boolhuff.c',
81     'libvpx/vp8/encoder/copy_c.c',
82     'libvpx/vp8/encoder/dct.c',
83     'libvpx/vp8/encoder/denoising.c',
84     'libvpx/vp8/encoder/encodeframe.c',
85     'libvpx/vp8/encoder/encodeintra.c',
86     'libvpx/vp8/encoder/encodemb.c',
87     'libvpx/vp8/encoder/encodemv.c',
88     'libvpx/vp8/encoder/ethreading.c',
89     'libvpx/vp8/encoder/firstpass.c',
90     'libvpx/vp8/encoder/lookahead.c',
91     'libvpx/vp8/encoder/mcomp.c',
92     'libvpx/vp8/encoder/modecosts.c',
93     'libvpx/vp8/encoder/mr_dissim.c',
94     'libvpx/vp8/encoder/onyx_if.c',
95     'libvpx/vp8/encoder/pickinter.c',
96     'libvpx/vp8/encoder/picklpf.c',
97     'libvpx/vp8/encoder/ratectrl.c',
98     'libvpx/vp8/encoder/rdopt.c',
99     'libvpx/vp8/encoder/segmentation.c',
100     'libvpx/vp8/encoder/temporal_filter.c',
101     'libvpx/vp8/encoder/tokenize.c',
102     'libvpx/vp8/encoder/treewriter.c',
103     'libvpx/vp8/encoder/vp8_quantize.c',
104     'libvpx/vp8/encoder/x86/block_error_sse2.asm',
105     'libvpx/vp8/encoder/x86/copy_sse2.asm',
106     'libvpx/vp8/encoder/x86/copy_sse3.asm',
107     'libvpx/vp8/encoder/x86/dct_sse2.asm',
108     'libvpx/vp8/encoder/x86/denoising_sse2.c',
109     'libvpx/vp8/encoder/x86/fwalsh_sse2.asm',
110     'libvpx/vp8/encoder/x86/quantize_sse4.c',
111     'libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm',
112     'libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
113     'libvpx/vp8/encoder/x86/vp8_quantize_sse2.c',
114     'libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c',
115     'libvpx/vp8/vp8_cx_iface.c',
116     'libvpx/vp8/vp8_dx_iface.c',
117     'libvpx/vp9/common/vp9_alloccommon.c',
118     'libvpx/vp9/common/vp9_blockd.c',
119     'libvpx/vp9/common/vp9_common_data.c',
120     'libvpx/vp9/common/vp9_entropy.c',
121     'libvpx/vp9/common/vp9_entropymode.c',
122     'libvpx/vp9/common/vp9_entropymv.c',
123     'libvpx/vp9/common/vp9_filter.c',
124     'libvpx/vp9/common/vp9_frame_buffers.c',
125     'libvpx/vp9/common/vp9_idct.c',
126     'libvpx/vp9/common/vp9_loopfilter.c',
127     'libvpx/vp9/common/vp9_mfqe.c',
128     'libvpx/vp9/common/vp9_mvref_common.c',
129     'libvpx/vp9/common/vp9_postproc.c',
130     'libvpx/vp9/common/vp9_pred_common.c',
131     'libvpx/vp9/common/vp9_quant_common.c',
132     'libvpx/vp9/common/vp9_reconinter.c',
133     'libvpx/vp9/common/vp9_reconintra.c',
134     'libvpx/vp9/common/vp9_rtcd.c',
135     'libvpx/vp9/common/vp9_scale.c',
136     'libvpx/vp9/common/vp9_scan.c',
137     'libvpx/vp9/common/vp9_seg_common.c',
138     'libvpx/vp9/common/vp9_thread_common.c',
139     'libvpx/vp9/common/vp9_tile_common.c',
140     'libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c',
141     'libvpx/vp9/common/x86/vp9_mfqe_sse2.asm',
142     'libvpx/vp9/decoder/vp9_decodeframe.c',
143     'libvpx/vp9/decoder/vp9_decodemv.c',
144     'libvpx/vp9/decoder/vp9_decoder.c',
145     'libvpx/vp9/decoder/vp9_detokenize.c',
146     'libvpx/vp9/decoder/vp9_dsubexp.c',
147     'libvpx/vp9/decoder/vp9_job_queue.c',
148     'libvpx/vp9/encoder/vp9_alt_ref_aq.c',
149     'libvpx/vp9/encoder/vp9_aq_360.c',
150     'libvpx/vp9/encoder/vp9_aq_complexity.c',
151     'libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c',
152     'libvpx/vp9/encoder/vp9_aq_variance.c',
153     'libvpx/vp9/encoder/vp9_bitstream.c',
154     'libvpx/vp9/encoder/vp9_context_tree.c',
155     'libvpx/vp9/encoder/vp9_cost.c',
156     'libvpx/vp9/encoder/vp9_dct.c',
157     'libvpx/vp9/encoder/vp9_encodeframe.c',
158     'libvpx/vp9/encoder/vp9_encodemb.c',
159     'libvpx/vp9/encoder/vp9_encodemv.c',
160     'libvpx/vp9/encoder/vp9_encoder.c',
161     'libvpx/vp9/encoder/vp9_ethread.c',
162     'libvpx/vp9/encoder/vp9_ext_ratectrl.c',
163     'libvpx/vp9/encoder/vp9_extend.c',
164     'libvpx/vp9/encoder/vp9_firstpass.c',
165     'libvpx/vp9/encoder/vp9_frame_scale.c',
166     'libvpx/vp9/encoder/vp9_lookahead.c',
167     'libvpx/vp9/encoder/vp9_mbgraph.c',
168     'libvpx/vp9/encoder/vp9_mcomp.c',
169     'libvpx/vp9/encoder/vp9_multi_thread.c',
170     'libvpx/vp9/encoder/vp9_noise_estimate.c',
171     'libvpx/vp9/encoder/vp9_picklpf.c',
172     'libvpx/vp9/encoder/vp9_pickmode.c',
173     'libvpx/vp9/encoder/vp9_quantize.c',
174     'libvpx/vp9/encoder/vp9_ratectrl.c',
175     'libvpx/vp9/encoder/vp9_rd.c',
176     'libvpx/vp9/encoder/vp9_rdopt.c',
177     'libvpx/vp9/encoder/vp9_resize.c',
178     'libvpx/vp9/encoder/vp9_segmentation.c',
179     'libvpx/vp9/encoder/vp9_skin_detection.c',
180     'libvpx/vp9/encoder/vp9_speed_features.c',
181     'libvpx/vp9/encoder/vp9_subexp.c',
182     'libvpx/vp9/encoder/vp9_svc_layercontext.c',
183     'libvpx/vp9/encoder/vp9_temporal_filter.c',
184     'libvpx/vp9/encoder/vp9_tokenize.c',
185     'libvpx/vp9/encoder/vp9_tpl_model.c',
186     'libvpx/vp9/encoder/vp9_treewriter.c',
187     'libvpx/vp9/encoder/x86/temporal_filter_sse4.c',
188     'libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c',
189     'libvpx/vp9/encoder/x86/vp9_dct_sse2.asm',
190     'libvpx/vp9/encoder/x86/vp9_error_avx2.c',
191     'libvpx/vp9/encoder/x86/vp9_error_sse2.asm',
192     'libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c',
193     'libvpx/vp9/encoder/x86/vp9_quantize_avx2.c',
194     'libvpx/vp9/encoder/x86/vp9_quantize_sse2.c',
195     'libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c',
196     'libvpx/vp9/vp9_cx_iface.c',
197     'libvpx/vp9/vp9_dx_iface.c',
198     'libvpx/vp9/vp9_iface_common.c',
199     'libvpx/vpx/src/vpx_codec.c',
200     'libvpx/vpx/src/vpx_decoder.c',
201     'libvpx/vpx/src/vpx_encoder.c',
202     'libvpx/vpx/src/vpx_image.c',
203     'libvpx/vpx/src/vpx_tpl.c',
204     'libvpx/vpx_dsp/add_noise.c',
205     'libvpx/vpx_dsp/avg.c',
206     'libvpx/vpx_dsp/bitreader.c',
207     'libvpx/vpx_dsp/bitreader_buffer.c',
208     'libvpx/vpx_dsp/bitwriter.c',
209     'libvpx/vpx_dsp/bitwriter_buffer.c',
210     'libvpx/vpx_dsp/deblock.c',
211     'libvpx/vpx_dsp/fwd_txfm.c',
212     'libvpx/vpx_dsp/intrapred.c',
213     'libvpx/vpx_dsp/inv_txfm.c',
214     'libvpx/vpx_dsp/loopfilter.c',
215     'libvpx/vpx_dsp/prob.c',
216     'libvpx/vpx_dsp/psnr.c',
217     'libvpx/vpx_dsp/quantize.c',
218     'libvpx/vpx_dsp/sad.c',
219     'libvpx/vpx_dsp/skin_detection.c',
220     'libvpx/vpx_dsp/sse.c',
221     'libvpx/vpx_dsp/subtract.c',
222     'libvpx/vpx_dsp/sum_squares.c',
223     'libvpx/vpx_dsp/variance.c',
224     'libvpx/vpx_dsp/vpx_convolve.c',
225     'libvpx/vpx_dsp/vpx_dsp_rtcd.c',
226     'libvpx/vpx_dsp/x86/add_noise_sse2.asm',
227     'libvpx/vpx_dsp/x86/avg_intrin_avx2.c',
228     'libvpx/vpx_dsp/x86/avg_intrin_sse2.c',
229     'libvpx/vpx_dsp/x86/avg_pred_avx2.c',
230     'libvpx/vpx_dsp/x86/avg_pred_sse2.c',
231     'libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm',
232     'libvpx/vpx_dsp/x86/deblock_sse2.asm',
233     'libvpx/vpx_dsp/x86/fwd_txfm_avx2.c',
234     'libvpx/vpx_dsp/x86/fwd_txfm_sse2.c',
235     'libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm',
236     'libvpx/vpx_dsp/x86/intrapred_sse2.asm',
237     'libvpx/vpx_dsp/x86/intrapred_ssse3.asm',
238     'libvpx/vpx_dsp/x86/inv_txfm_avx2.c',
239     'libvpx/vpx_dsp/x86/inv_txfm_sse2.c',
240     'libvpx/vpx_dsp/x86/inv_txfm_ssse3.c',
241     'libvpx/vpx_dsp/x86/inv_wht_sse2.asm',
242     'libvpx/vpx_dsp/x86/loopfilter_avx2.c',
243     'libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c',
244     'libvpx/vpx_dsp/x86/post_proc_sse2.c',
245     'libvpx/vpx_dsp/x86/quantize_avx.c',
246     'libvpx/vpx_dsp/x86/quantize_avx2.c',
247     'libvpx/vpx_dsp/x86/quantize_sse2.c',
248     'libvpx/vpx_dsp/x86/quantize_ssse3.c',
249     'libvpx/vpx_dsp/x86/sad4d_avx2.c',
250     'libvpx/vpx_dsp/x86/sad4d_sse2.asm',
251     'libvpx/vpx_dsp/x86/sad_avx2.c',
252     'libvpx/vpx_dsp/x86/sad_sse2.asm',
253     'libvpx/vpx_dsp/x86/sse_avx2.c',
254     'libvpx/vpx_dsp/x86/sse_sse4.c',
255     'libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm',
256     'libvpx/vpx_dsp/x86/subpel_variance_sse2.asm',
257     'libvpx/vpx_dsp/x86/subtract_avx2.c',
258     'libvpx/vpx_dsp/x86/subtract_sse2.asm',
259     'libvpx/vpx_dsp/x86/sum_squares_sse2.c',
260     'libvpx/vpx_dsp/x86/variance_avx2.c',
261     'libvpx/vpx_dsp/x86/variance_sse2.c',
262     'libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm',
263     'libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c',
264     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c',
265     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c',
266     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm',
267     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm',
268     'libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm',
269     'libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm',
270     'libvpx/vpx_mem/vpx_mem.c',
271     'libvpx/vpx_ports/emms_mmx.asm',
272     'libvpx/vpx_ports/float_control_word.asm',
273     'libvpx/vpx_scale/generic/gen_scalers.c',
274     'libvpx/vpx_scale/generic/vpx_scale.c',
275     'libvpx/vpx_scale/generic/yv12config.c',
276     'libvpx/vpx_scale/generic/yv12extend.c',
277     'libvpx/vpx_scale/vpx_scale_rtcd.c',
278     'libvpx/vpx_util/vpx_thread.c',
279     'libvpx/vpx_util/vpx_write_yuv_frame.c',
281   'IA32_EXPORTS': [
282     'libvpx/vpx/vp8.h',
283     'libvpx/vpx/vp8cx.h',
284     'libvpx/vpx/vp8dx.h',
285     'libvpx/vpx/vpx_codec.h',
286     'libvpx/vpx/vpx_decoder.h',
287     'libvpx/vpx/vpx_encoder.h',
288     'libvpx/vpx/vpx_ext_ratectrl.h',
289     'libvpx/vpx/vpx_frame_buffer.h',
290     'libvpx/vpx/vpx_image.h',
291     'libvpx/vpx/vpx_integer.h',
292     'libvpx/vpx/vpx_tpl.h',
293     'libvpx/vpx_mem/include/vpx_mem_intrnl.h',
294     'libvpx/vpx_mem/vpx_mem.h',
295     'libvpx/vpx_ports/bitops.h',
296     'libvpx/vpx_ports/compiler_attributes.h',
297     'libvpx/vpx_ports/mem.h',
298     'libvpx/vpx_ports/static_assert.h',
299     'libvpx/vpx_ports/system_state.h',
300     'libvpx/vpx_ports/vpx_timer.h',
301     'libvpx/vpx_ports/x86.h',
302     'libvpx/vpx_scale/vpx_scale.h',
303     'libvpx/vpx_scale/yv12config.h',
305   'IA32_SOURCES': [
306     'libvpx/vp8/common/alloccommon.c',
307     'libvpx/vp8/common/blockd.c',
308     'libvpx/vp8/common/dequantize.c',
309     'libvpx/vp8/common/entropy.c',
310     'libvpx/vp8/common/entropymode.c',
311     'libvpx/vp8/common/entropymv.c',
312     'libvpx/vp8/common/extend.c',
313     'libvpx/vp8/common/filter.c',
314     'libvpx/vp8/common/findnearmv.c',
315     'libvpx/vp8/common/generic/systemdependent.c',
316     'libvpx/vp8/common/idct_blk.c',
317     'libvpx/vp8/common/idctllm.c',
318     'libvpx/vp8/common/loopfilter_filters.c',
319     'libvpx/vp8/common/mbpitch.c',
320     'libvpx/vp8/common/mfqe.c',
321     'libvpx/vp8/common/modecont.c',
322     'libvpx/vp8/common/postproc.c',
323     'libvpx/vp8/common/quant_common.c',
324     'libvpx/vp8/common/reconinter.c',
325     'libvpx/vp8/common/reconintra.c',
326     'libvpx/vp8/common/reconintra4x4.c',
327     'libvpx/vp8/common/rtcd.c',
328     'libvpx/vp8/common/setupintrarecon.c',
329     'libvpx/vp8/common/swapyv12buffer.c',
330     'libvpx/vp8/common/treecoder.c',
331     'libvpx/vp8/common/vp8_loopfilter.c',
332     'libvpx/vp8/common/vp8_skin_detection.c',
333     'libvpx/vp8/common/x86/bilinear_filter_sse2.c',
334     'libvpx/vp8/common/x86/dequantize_mmx.asm',
335     'libvpx/vp8/common/x86/idct_blk_mmx.c',
336     'libvpx/vp8/common/x86/idct_blk_sse2.c',
337     'libvpx/vp8/common/x86/idctllm_mmx.asm',
338     'libvpx/vp8/common/x86/idctllm_sse2.asm',
339     'libvpx/vp8/common/x86/iwalsh_sse2.asm',
340     'libvpx/vp8/common/x86/loopfilter_sse2.asm',
341     'libvpx/vp8/common/x86/loopfilter_x86.c',
342     'libvpx/vp8/common/x86/mfqe_sse2.asm',
343     'libvpx/vp8/common/x86/recon_mmx.asm',
344     'libvpx/vp8/common/x86/recon_sse2.asm',
345     'libvpx/vp8/common/x86/subpixel_mmx.asm',
346     'libvpx/vp8/common/x86/subpixel_sse2.asm',
347     'libvpx/vp8/common/x86/subpixel_ssse3.asm',
348     'libvpx/vp8/common/x86/vp8_asm_stubs.c',
349     'libvpx/vp8/decoder/dboolhuff.c',
350     'libvpx/vp8/decoder/decodeframe.c',
351     'libvpx/vp8/decoder/decodemv.c',
352     'libvpx/vp8/decoder/detokenize.c',
353     'libvpx/vp8/decoder/onyxd_if.c',
354     'libvpx/vp8/decoder/threading.c',
355     'libvpx/vp8/encoder/bitstream.c',
356     'libvpx/vp8/encoder/boolhuff.c',
357     'libvpx/vp8/encoder/copy_c.c',
358     'libvpx/vp8/encoder/dct.c',
359     'libvpx/vp8/encoder/denoising.c',
360     'libvpx/vp8/encoder/encodeframe.c',
361     'libvpx/vp8/encoder/encodeintra.c',
362     'libvpx/vp8/encoder/encodemb.c',
363     'libvpx/vp8/encoder/encodemv.c',
364     'libvpx/vp8/encoder/ethreading.c',
365     'libvpx/vp8/encoder/firstpass.c',
366     'libvpx/vp8/encoder/lookahead.c',
367     'libvpx/vp8/encoder/mcomp.c',
368     'libvpx/vp8/encoder/modecosts.c',
369     'libvpx/vp8/encoder/mr_dissim.c',
370     'libvpx/vp8/encoder/onyx_if.c',
371     'libvpx/vp8/encoder/pickinter.c',
372     'libvpx/vp8/encoder/picklpf.c',
373     'libvpx/vp8/encoder/ratectrl.c',
374     'libvpx/vp8/encoder/rdopt.c',
375     'libvpx/vp8/encoder/segmentation.c',
376     'libvpx/vp8/encoder/temporal_filter.c',
377     'libvpx/vp8/encoder/tokenize.c',
378     'libvpx/vp8/encoder/treewriter.c',
379     'libvpx/vp8/encoder/vp8_quantize.c',
380     'libvpx/vp8/encoder/x86/block_error_sse2.asm',
381     'libvpx/vp8/encoder/x86/copy_sse2.asm',
382     'libvpx/vp8/encoder/x86/copy_sse3.asm',
383     'libvpx/vp8/encoder/x86/dct_sse2.asm',
384     'libvpx/vp8/encoder/x86/denoising_sse2.c',
385     'libvpx/vp8/encoder/x86/fwalsh_sse2.asm',
386     'libvpx/vp8/encoder/x86/quantize_sse4.c',
387     'libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm',
388     'libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
389     'libvpx/vp8/encoder/x86/vp8_quantize_sse2.c',
390     'libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c',
391     'libvpx/vp8/vp8_cx_iface.c',
392     'libvpx/vp8/vp8_dx_iface.c',
393     'libvpx/vp9/common/vp9_alloccommon.c',
394     'libvpx/vp9/common/vp9_blockd.c',
395     'libvpx/vp9/common/vp9_common_data.c',
396     'libvpx/vp9/common/vp9_entropy.c',
397     'libvpx/vp9/common/vp9_entropymode.c',
398     'libvpx/vp9/common/vp9_entropymv.c',
399     'libvpx/vp9/common/vp9_filter.c',
400     'libvpx/vp9/common/vp9_frame_buffers.c',
401     'libvpx/vp9/common/vp9_idct.c',
402     'libvpx/vp9/common/vp9_loopfilter.c',
403     'libvpx/vp9/common/vp9_mfqe.c',
404     'libvpx/vp9/common/vp9_mvref_common.c',
405     'libvpx/vp9/common/vp9_postproc.c',
406     'libvpx/vp9/common/vp9_pred_common.c',
407     'libvpx/vp9/common/vp9_quant_common.c',
408     'libvpx/vp9/common/vp9_reconinter.c',
409     'libvpx/vp9/common/vp9_reconintra.c',
410     'libvpx/vp9/common/vp9_rtcd.c',
411     'libvpx/vp9/common/vp9_scale.c',
412     'libvpx/vp9/common/vp9_scan.c',
413     'libvpx/vp9/common/vp9_seg_common.c',
414     'libvpx/vp9/common/vp9_thread_common.c',
415     'libvpx/vp9/common/vp9_tile_common.c',
416     'libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c',
417     'libvpx/vp9/common/x86/vp9_mfqe_sse2.asm',
418     'libvpx/vp9/decoder/vp9_decodeframe.c',
419     'libvpx/vp9/decoder/vp9_decodemv.c',
420     'libvpx/vp9/decoder/vp9_decoder.c',
421     'libvpx/vp9/decoder/vp9_detokenize.c',
422     'libvpx/vp9/decoder/vp9_dsubexp.c',
423     'libvpx/vp9/decoder/vp9_job_queue.c',
424     'libvpx/vp9/encoder/vp9_alt_ref_aq.c',
425     'libvpx/vp9/encoder/vp9_aq_360.c',
426     'libvpx/vp9/encoder/vp9_aq_complexity.c',
427     'libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c',
428     'libvpx/vp9/encoder/vp9_aq_variance.c',
429     'libvpx/vp9/encoder/vp9_bitstream.c',
430     'libvpx/vp9/encoder/vp9_context_tree.c',
431     'libvpx/vp9/encoder/vp9_cost.c',
432     'libvpx/vp9/encoder/vp9_dct.c',
433     'libvpx/vp9/encoder/vp9_encodeframe.c',
434     'libvpx/vp9/encoder/vp9_encodemb.c',
435     'libvpx/vp9/encoder/vp9_encodemv.c',
436     'libvpx/vp9/encoder/vp9_encoder.c',
437     'libvpx/vp9/encoder/vp9_ethread.c',
438     'libvpx/vp9/encoder/vp9_ext_ratectrl.c',
439     'libvpx/vp9/encoder/vp9_extend.c',
440     'libvpx/vp9/encoder/vp9_firstpass.c',
441     'libvpx/vp9/encoder/vp9_frame_scale.c',
442     'libvpx/vp9/encoder/vp9_lookahead.c',
443     'libvpx/vp9/encoder/vp9_mbgraph.c',
444     'libvpx/vp9/encoder/vp9_mcomp.c',
445     'libvpx/vp9/encoder/vp9_multi_thread.c',
446     'libvpx/vp9/encoder/vp9_noise_estimate.c',
447     'libvpx/vp9/encoder/vp9_picklpf.c',
448     'libvpx/vp9/encoder/vp9_pickmode.c',
449     'libvpx/vp9/encoder/vp9_quantize.c',
450     'libvpx/vp9/encoder/vp9_ratectrl.c',
451     'libvpx/vp9/encoder/vp9_rd.c',
452     'libvpx/vp9/encoder/vp9_rdopt.c',
453     'libvpx/vp9/encoder/vp9_resize.c',
454     'libvpx/vp9/encoder/vp9_segmentation.c',
455     'libvpx/vp9/encoder/vp9_skin_detection.c',
456     'libvpx/vp9/encoder/vp9_speed_features.c',
457     'libvpx/vp9/encoder/vp9_subexp.c',
458     'libvpx/vp9/encoder/vp9_svc_layercontext.c',
459     'libvpx/vp9/encoder/vp9_temporal_filter.c',
460     'libvpx/vp9/encoder/vp9_tokenize.c',
461     'libvpx/vp9/encoder/vp9_tpl_model.c',
462     'libvpx/vp9/encoder/vp9_treewriter.c',
463     'libvpx/vp9/encoder/x86/temporal_filter_sse4.c',
464     'libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c',
465     'libvpx/vp9/encoder/x86/vp9_dct_sse2.asm',
466     'libvpx/vp9/encoder/x86/vp9_error_avx2.c',
467     'libvpx/vp9/encoder/x86/vp9_error_sse2.asm',
468     'libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c',
469     'libvpx/vp9/encoder/x86/vp9_quantize_avx2.c',
470     'libvpx/vp9/encoder/x86/vp9_quantize_sse2.c',
471     'libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c',
472     'libvpx/vp9/vp9_cx_iface.c',
473     'libvpx/vp9/vp9_dx_iface.c',
474     'libvpx/vp9/vp9_iface_common.c',
475     'libvpx/vpx/src/vpx_codec.c',
476     'libvpx/vpx/src/vpx_decoder.c',
477     'libvpx/vpx/src/vpx_encoder.c',
478     'libvpx/vpx/src/vpx_image.c',
479     'libvpx/vpx/src/vpx_tpl.c',
480     'libvpx/vpx_dsp/add_noise.c',
481     'libvpx/vpx_dsp/avg.c',
482     'libvpx/vpx_dsp/bitreader.c',
483     'libvpx/vpx_dsp/bitreader_buffer.c',
484     'libvpx/vpx_dsp/bitwriter.c',
485     'libvpx/vpx_dsp/bitwriter_buffer.c',
486     'libvpx/vpx_dsp/deblock.c',
487     'libvpx/vpx_dsp/fwd_txfm.c',
488     'libvpx/vpx_dsp/intrapred.c',
489     'libvpx/vpx_dsp/inv_txfm.c',
490     'libvpx/vpx_dsp/loopfilter.c',
491     'libvpx/vpx_dsp/prob.c',
492     'libvpx/vpx_dsp/psnr.c',
493     'libvpx/vpx_dsp/quantize.c',
494     'libvpx/vpx_dsp/sad.c',
495     'libvpx/vpx_dsp/skin_detection.c',
496     'libvpx/vpx_dsp/sse.c',
497     'libvpx/vpx_dsp/subtract.c',
498     'libvpx/vpx_dsp/sum_squares.c',
499     'libvpx/vpx_dsp/variance.c',
500     'libvpx/vpx_dsp/vpx_convolve.c',
501     'libvpx/vpx_dsp/vpx_dsp_rtcd.c',
502     'libvpx/vpx_dsp/x86/add_noise_sse2.asm',
503     'libvpx/vpx_dsp/x86/avg_intrin_avx2.c',
504     'libvpx/vpx_dsp/x86/avg_intrin_sse2.c',
505     'libvpx/vpx_dsp/x86/avg_pred_avx2.c',
506     'libvpx/vpx_dsp/x86/avg_pred_sse2.c',
507     'libvpx/vpx_dsp/x86/deblock_sse2.asm',
508     'libvpx/vpx_dsp/x86/fwd_txfm_avx2.c',
509     'libvpx/vpx_dsp/x86/fwd_txfm_sse2.c',
510     'libvpx/vpx_dsp/x86/intrapred_sse2.asm',
511     'libvpx/vpx_dsp/x86/intrapred_ssse3.asm',
512     'libvpx/vpx_dsp/x86/inv_txfm_avx2.c',
513     'libvpx/vpx_dsp/x86/inv_txfm_sse2.c',
514     'libvpx/vpx_dsp/x86/inv_txfm_ssse3.c',
515     'libvpx/vpx_dsp/x86/inv_wht_sse2.asm',
516     'libvpx/vpx_dsp/x86/loopfilter_avx2.c',
517     'libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c',
518     'libvpx/vpx_dsp/x86/post_proc_sse2.c',
519     'libvpx/vpx_dsp/x86/quantize_avx.c',
520     'libvpx/vpx_dsp/x86/quantize_avx2.c',
521     'libvpx/vpx_dsp/x86/quantize_sse2.c',
522     'libvpx/vpx_dsp/x86/quantize_ssse3.c',
523     'libvpx/vpx_dsp/x86/sad4d_avx2.c',
524     'libvpx/vpx_dsp/x86/sad4d_sse2.asm',
525     'libvpx/vpx_dsp/x86/sad_avx2.c',
526     'libvpx/vpx_dsp/x86/sad_sse2.asm',
527     'libvpx/vpx_dsp/x86/sse_avx2.c',
528     'libvpx/vpx_dsp/x86/sse_sse4.c',
529     'libvpx/vpx_dsp/x86/subpel_variance_sse2.asm',
530     'libvpx/vpx_dsp/x86/subtract_avx2.c',
531     'libvpx/vpx_dsp/x86/subtract_sse2.asm',
532     'libvpx/vpx_dsp/x86/sum_squares_sse2.c',
533     'libvpx/vpx_dsp/x86/variance_avx2.c',
534     'libvpx/vpx_dsp/x86/variance_sse2.c',
535     'libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm',
536     'libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c',
537     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c',
538     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c',
539     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm',
540     'libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm',
541     'libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm',
542     'libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm',
543     'libvpx/vpx_mem/vpx_mem.c',
544     'libvpx/vpx_ports/emms_mmx.c',
545     'libvpx/vpx_scale/generic/gen_scalers.c',
546     'libvpx/vpx_scale/generic/vpx_scale.c',
547     'libvpx/vpx_scale/generic/yv12config.c',
548     'libvpx/vpx_scale/generic/yv12extend.c',
549     'libvpx/vpx_scale/vpx_scale_rtcd.c',
550     'libvpx/vpx_util/vpx_thread.c',
551     'libvpx/vpx_util/vpx_write_yuv_frame.c',
553   'ARM_EXPORTS': [
554     'libvpx/vpx/vp8.h',
555     'libvpx/vpx/vp8cx.h',
556     'libvpx/vpx/vp8dx.h',
557     'libvpx/vpx/vpx_codec.h',
558     'libvpx/vpx/vpx_decoder.h',
559     'libvpx/vpx/vpx_encoder.h',
560     'libvpx/vpx/vpx_ext_ratectrl.h',
561     'libvpx/vpx/vpx_frame_buffer.h',
562     'libvpx/vpx/vpx_image.h',
563     'libvpx/vpx/vpx_integer.h',
564     'libvpx/vpx/vpx_tpl.h',
565     'libvpx/vpx_mem/include/vpx_mem_intrnl.h',
566     'libvpx/vpx_mem/vpx_mem.h',
567     'libvpx/vpx_ports/arm.h',
568     'libvpx/vpx_ports/arm_cpudetect.h',
569     'libvpx/vpx_ports/bitops.h',
570     'libvpx/vpx_ports/compiler_attributes.h',
571     'libvpx/vpx_ports/mem.h',
572     'libvpx/vpx_ports/static_assert.h',
573     'libvpx/vpx_ports/system_state.h',
574     'libvpx/vpx_ports/vpx_timer.h',
575     'libvpx/vpx_scale/vpx_scale.h',
576     'libvpx/vpx_scale/yv12config.h',
578   'ARM_SOURCES': [
579     'libvpx/vp8/common/alloccommon.c',
580     'libvpx/vp8/common/arm/loopfilter_arm.c',
581     'libvpx/vp8/common/arm/neon/bilinearpredict_neon.c',
582     'libvpx/vp8/common/arm/neon/copymem_neon.c',
583     'libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c',
584     'libvpx/vp8/common/arm/neon/dequant_idct_neon.c',
585     'libvpx/vp8/common/arm/neon/dequantizeb_neon.c',
586     'libvpx/vp8/common/arm/neon/idct_blk_neon.c',
587     'libvpx/vp8/common/arm/neon/iwalsh_neon.c',
588     'libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c',
589     'libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c',
590     'libvpx/vp8/common/arm/neon/mbloopfilter_neon.c',
591     'libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c',
592     'libvpx/vp8/common/arm/neon/sixtappredict_neon.c',
593     'libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c',
594     'libvpx/vp8/common/blockd.c',
595     'libvpx/vp8/common/dequantize.c',
596     'libvpx/vp8/common/entropy.c',
597     'libvpx/vp8/common/entropymode.c',
598     'libvpx/vp8/common/entropymv.c',
599     'libvpx/vp8/common/extend.c',
600     'libvpx/vp8/common/filter.c',
601     'libvpx/vp8/common/findnearmv.c',
602     'libvpx/vp8/common/generic/systemdependent.c',
603     'libvpx/vp8/common/idct_blk.c',
604     'libvpx/vp8/common/idctllm.c',
605     'libvpx/vp8/common/loopfilter_filters.c',
606     'libvpx/vp8/common/mbpitch.c',
607     'libvpx/vp8/common/modecont.c',
608     'libvpx/vp8/common/quant_common.c',
609     'libvpx/vp8/common/reconinter.c',
610     'libvpx/vp8/common/reconintra.c',
611     'libvpx/vp8/common/reconintra4x4.c',
612     'libvpx/vp8/common/rtcd.c',
613     'libvpx/vp8/common/setupintrarecon.c',
614     'libvpx/vp8/common/swapyv12buffer.c',
615     'libvpx/vp8/common/treecoder.c',
616     'libvpx/vp8/common/vp8_loopfilter.c',
617     'libvpx/vp8/common/vp8_skin_detection.c',
618     'libvpx/vp8/decoder/dboolhuff.c',
619     'libvpx/vp8/decoder/decodeframe.c',
620     'libvpx/vp8/decoder/decodemv.c',
621     'libvpx/vp8/decoder/detokenize.c',
622     'libvpx/vp8/decoder/onyxd_if.c',
623     'libvpx/vp8/decoder/threading.c',
624     'libvpx/vp8/encoder/arm/neon/denoising_neon.c',
625     'libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c',
626     'libvpx/vp8/encoder/arm/neon/shortfdct_neon.c',
627     'libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
628     'libvpx/vp8/encoder/bitstream.c',
629     'libvpx/vp8/encoder/boolhuff.c',
630     'libvpx/vp8/encoder/copy_c.c',
631     'libvpx/vp8/encoder/dct.c',
632     'libvpx/vp8/encoder/denoising.c',
633     'libvpx/vp8/encoder/encodeframe.c',
634     'libvpx/vp8/encoder/encodeintra.c',
635     'libvpx/vp8/encoder/encodemb.c',
636     'libvpx/vp8/encoder/encodemv.c',
637     'libvpx/vp8/encoder/ethreading.c',
638     'libvpx/vp8/encoder/lookahead.c',
639     'libvpx/vp8/encoder/mcomp.c',
640     'libvpx/vp8/encoder/modecosts.c',
641     'libvpx/vp8/encoder/mr_dissim.c',
642     'libvpx/vp8/encoder/onyx_if.c',
643     'libvpx/vp8/encoder/pickinter.c',
644     'libvpx/vp8/encoder/picklpf.c',
645     'libvpx/vp8/encoder/ratectrl.c',
646     'libvpx/vp8/encoder/rdopt.c',
647     'libvpx/vp8/encoder/segmentation.c',
648     'libvpx/vp8/encoder/tokenize.c',
649     'libvpx/vp8/encoder/treewriter.c',
650     'libvpx/vp8/encoder/vp8_quantize.c',
651     'libvpx/vp8/vp8_cx_iface.c',
652     'libvpx/vp8/vp8_dx_iface.c',
653     'libvpx/vp9/common/arm/neon/vp9_iht16x16_add_neon.c',
654     'libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c',
655     'libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c',
656     'libvpx/vp9/common/vp9_alloccommon.c',
657     'libvpx/vp9/common/vp9_blockd.c',
658     'libvpx/vp9/common/vp9_common_data.c',
659     'libvpx/vp9/common/vp9_entropy.c',
660     'libvpx/vp9/common/vp9_entropymode.c',
661     'libvpx/vp9/common/vp9_entropymv.c',
662     'libvpx/vp9/common/vp9_filter.c',
663     'libvpx/vp9/common/vp9_frame_buffers.c',
664     'libvpx/vp9/common/vp9_idct.c',
665     'libvpx/vp9/common/vp9_loopfilter.c',
666     'libvpx/vp9/common/vp9_mvref_common.c',
667     'libvpx/vp9/common/vp9_pred_common.c',
668     'libvpx/vp9/common/vp9_quant_common.c',
669     'libvpx/vp9/common/vp9_reconinter.c',
670     'libvpx/vp9/common/vp9_reconintra.c',
671     'libvpx/vp9/common/vp9_rtcd.c',
672     'libvpx/vp9/common/vp9_scale.c',
673     'libvpx/vp9/common/vp9_scan.c',
674     'libvpx/vp9/common/vp9_seg_common.c',
675     'libvpx/vp9/common/vp9_thread_common.c',
676     'libvpx/vp9/common/vp9_tile_common.c',
677     'libvpx/vp9/decoder/vp9_decodeframe.c',
678     'libvpx/vp9/decoder/vp9_decodemv.c',
679     'libvpx/vp9/decoder/vp9_decoder.c',
680     'libvpx/vp9/decoder/vp9_detokenize.c',
681     'libvpx/vp9/decoder/vp9_dsubexp.c',
682     'libvpx/vp9/decoder/vp9_job_queue.c',
683     'libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c',
684     'libvpx/vp9/encoder/arm/neon/vp9_diamond_search_sad_neon.c',
685     'libvpx/vp9/encoder/arm/neon/vp9_error_neon.c',
686     'libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c',
687     'libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c',
688     'libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c',
689     'libvpx/vp9/encoder/vp9_bitstream.c',
690     'libvpx/vp9/encoder/vp9_context_tree.c',
691     'libvpx/vp9/encoder/vp9_cost.c',
692     'libvpx/vp9/encoder/vp9_dct.c',
693     'libvpx/vp9/encoder/vp9_encodeframe.c',
694     'libvpx/vp9/encoder/vp9_encodemb.c',
695     'libvpx/vp9/encoder/vp9_encodemv.c',
696     'libvpx/vp9/encoder/vp9_encoder.c',
697     'libvpx/vp9/encoder/vp9_ethread.c',
698     'libvpx/vp9/encoder/vp9_ext_ratectrl.c',
699     'libvpx/vp9/encoder/vp9_extend.c',
700     'libvpx/vp9/encoder/vp9_frame_scale.c',
701     'libvpx/vp9/encoder/vp9_lookahead.c',
702     'libvpx/vp9/encoder/vp9_mcomp.c',
703     'libvpx/vp9/encoder/vp9_multi_thread.c',
704     'libvpx/vp9/encoder/vp9_noise_estimate.c',
705     'libvpx/vp9/encoder/vp9_picklpf.c',
706     'libvpx/vp9/encoder/vp9_pickmode.c',
707     'libvpx/vp9/encoder/vp9_quantize.c',
708     'libvpx/vp9/encoder/vp9_ratectrl.c',
709     'libvpx/vp9/encoder/vp9_rd.c',
710     'libvpx/vp9/encoder/vp9_rdopt.c',
711     'libvpx/vp9/encoder/vp9_resize.c',
712     'libvpx/vp9/encoder/vp9_segmentation.c',
713     'libvpx/vp9/encoder/vp9_skin_detection.c',
714     'libvpx/vp9/encoder/vp9_speed_features.c',
715     'libvpx/vp9/encoder/vp9_subexp.c',
716     'libvpx/vp9/encoder/vp9_svc_layercontext.c',
717     'libvpx/vp9/encoder/vp9_tokenize.c',
718     'libvpx/vp9/encoder/vp9_tpl_model.c',
719     'libvpx/vp9/encoder/vp9_treewriter.c',
720     'libvpx/vp9/vp9_cx_iface.c',
721     'libvpx/vp9/vp9_dx_iface.c',
722     'libvpx/vp9/vp9_iface_common.c',
723     'libvpx/vpx/src/vpx_codec.c',
724     'libvpx/vpx/src/vpx_decoder.c',
725     'libvpx/vpx/src/vpx_encoder.c',
726     'libvpx/vpx/src/vpx_image.c',
727     'libvpx/vpx/src/vpx_tpl.c',
728     'libvpx/vpx_dsp/arm/avg_neon.c',
729     'libvpx/vpx_dsp/arm/avg_pred_neon.c',
730     'libvpx/vpx_dsp/arm/fdct16x16_neon.c',
731     'libvpx/vpx_dsp/arm/fdct32x32_neon.c',
732     'libvpx/vpx_dsp/arm/fdct4x4_neon.c',
733     'libvpx/vpx_dsp/arm/fdct8x8_neon.c',
734     'libvpx/vpx_dsp/arm/fdct_partial_neon.c',
735     'libvpx/vpx_dsp/arm/hadamard_neon.c',
736     'libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c',
737     'libvpx/vpx_dsp/arm/idct16x16_add_neon.c',
738     'libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c',
739     'libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c',
740     'libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c',
741     'libvpx/vpx_dsp/arm/idct32x32_add_neon.c',
742     'libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm',
743     'libvpx/vpx_dsp/arm/idct4x4_add_neon.asm',
744     'libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c',
745     'libvpx/vpx_dsp/arm/idct8x8_add_neon.c',
746     'libvpx/vpx_dsp/arm/idct_neon.asm',
747     'libvpx/vpx_dsp/arm/intrapred_neon.c',
748     'libvpx/vpx_dsp/arm/intrapred_neon_asm.asm',
749     'libvpx/vpx_dsp/arm/loopfilter_16_neon.asm',
750     'libvpx/vpx_dsp/arm/loopfilter_4_neon.asm',
751     'libvpx/vpx_dsp/arm/loopfilter_8_neon.asm',
752     'libvpx/vpx_dsp/arm/quantize_neon.c',
753     'libvpx/vpx_dsp/arm/sad4d_neon.c',
754     'libvpx/vpx_dsp/arm/sad_neon.c',
755     'libvpx/vpx_dsp/arm/save_reg_neon.asm',
756     'libvpx/vpx_dsp/arm/sse_neon.c',
757     'libvpx/vpx_dsp/arm/subpel_variance_neon.c',
758     'libvpx/vpx_dsp/arm/subtract_neon.c',
759     'libvpx/vpx_dsp/arm/sum_squares_neon.c',
760     'libvpx/vpx_dsp/arm/variance_neon.c',
761     'libvpx/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type1_neon.asm',
762     'libvpx/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type2_neon.asm',
763     'libvpx/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type1_neon.asm',
764     'libvpx/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type2_neon.asm',
765     'libvpx/vpx_dsp/arm/vpx_convolve8_horiz_filter_type1_neon.asm',
766     'libvpx/vpx_dsp/arm/vpx_convolve8_horiz_filter_type2_neon.asm',
767     'libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.c',
768     'libvpx/vpx_dsp/arm/vpx_convolve8_vert_filter_type1_neon.asm',
769     'libvpx/vpx_dsp/arm/vpx_convolve8_vert_filter_type2_neon.asm',
770     'libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm',
771     'libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm',
772     'libvpx/vpx_dsp/arm/vpx_convolve_neon.c',
773     'libvpx/vpx_dsp/arm/vpx_scaled_convolve8_neon.c',
774     'libvpx/vpx_dsp/avg.c',
775     'libvpx/vpx_dsp/bitreader.c',
776     'libvpx/vpx_dsp/bitreader_buffer.c',
777     'libvpx/vpx_dsp/bitwriter.c',
778     'libvpx/vpx_dsp/bitwriter_buffer.c',
779     'libvpx/vpx_dsp/fwd_txfm.c',
780     'libvpx/vpx_dsp/intrapred.c',
781     'libvpx/vpx_dsp/inv_txfm.c',
782     'libvpx/vpx_dsp/loopfilter.c',
783     'libvpx/vpx_dsp/prob.c',
784     'libvpx/vpx_dsp/psnr.c',
785     'libvpx/vpx_dsp/quantize.c',
786     'libvpx/vpx_dsp/sad.c',
787     'libvpx/vpx_dsp/skin_detection.c',
788     'libvpx/vpx_dsp/sse.c',
789     'libvpx/vpx_dsp/subtract.c',
790     'libvpx/vpx_dsp/sum_squares.c',
791     'libvpx/vpx_dsp/variance.c',
792     'libvpx/vpx_dsp/vpx_convolve.c',
793     'libvpx/vpx_dsp/vpx_dsp_rtcd.c',
794     'libvpx/vpx_mem/vpx_mem.c',
795     'libvpx/vpx_ports/aarch32_cpudetect.c',
796     'libvpx/vpx_scale/generic/gen_scalers.c',
797     'libvpx/vpx_scale/generic/vpx_scale.c',
798     'libvpx/vpx_scale/generic/yv12config.c',
799     'libvpx/vpx_scale/generic/yv12extend.c',
800     'libvpx/vpx_scale/vpx_scale_rtcd.c',
801     'libvpx/vpx_util/vpx_thread.c',
802     'libvpx/vpx_util/vpx_write_yuv_frame.c',
804   'ARM64_EXPORTS': [
805     'libvpx/vpx/vp8.h',
806     'libvpx/vpx/vp8cx.h',
807     'libvpx/vpx/vp8dx.h',
808     'libvpx/vpx/vpx_codec.h',
809     'libvpx/vpx/vpx_decoder.h',
810     'libvpx/vpx/vpx_encoder.h',
811     'libvpx/vpx/vpx_ext_ratectrl.h',
812     'libvpx/vpx/vpx_frame_buffer.h',
813     'libvpx/vpx/vpx_image.h',
814     'libvpx/vpx/vpx_integer.h',
815     'libvpx/vpx/vpx_tpl.h',
816     'libvpx/vpx_mem/include/vpx_mem_intrnl.h',
817     'libvpx/vpx_mem/vpx_mem.h',
818     'libvpx/vpx_ports/arm.h',
819     'libvpx/vpx_ports/arm_cpudetect.h',
820     'libvpx/vpx_ports/bitops.h',
821     'libvpx/vpx_ports/compiler_attributes.h',
822     'libvpx/vpx_ports/mem.h',
823     'libvpx/vpx_ports/static_assert.h',
824     'libvpx/vpx_ports/system_state.h',
825     'libvpx/vpx_ports/vpx_timer.h',
826     'libvpx/vpx_scale/vpx_scale.h',
827     'libvpx/vpx_scale/yv12config.h',
829   'ARM64_SOURCES': [
830     'libvpx/vp8/common/alloccommon.c',
831     'libvpx/vp8/common/arm/loopfilter_arm.c',
832     'libvpx/vp8/common/arm/neon/bilinearpredict_neon.c',
833     'libvpx/vp8/common/arm/neon/copymem_neon.c',
834     'libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c',
835     'libvpx/vp8/common/arm/neon/dequant_idct_neon.c',
836     'libvpx/vp8/common/arm/neon/dequantizeb_neon.c',
837     'libvpx/vp8/common/arm/neon/idct_blk_neon.c',
838     'libvpx/vp8/common/arm/neon/iwalsh_neon.c',
839     'libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c',
840     'libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c',
841     'libvpx/vp8/common/arm/neon/mbloopfilter_neon.c',
842     'libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c',
843     'libvpx/vp8/common/arm/neon/sixtappredict_neon.c',
844     'libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c',
845     'libvpx/vp8/common/blockd.c',
846     'libvpx/vp8/common/dequantize.c',
847     'libvpx/vp8/common/entropy.c',
848     'libvpx/vp8/common/entropymode.c',
849     'libvpx/vp8/common/entropymv.c',
850     'libvpx/vp8/common/extend.c',
851     'libvpx/vp8/common/filter.c',
852     'libvpx/vp8/common/findnearmv.c',
853     'libvpx/vp8/common/generic/systemdependent.c',
854     'libvpx/vp8/common/idct_blk.c',
855     'libvpx/vp8/common/idctllm.c',
856     'libvpx/vp8/common/loopfilter_filters.c',
857     'libvpx/vp8/common/mbpitch.c',
858     'libvpx/vp8/common/modecont.c',
859     'libvpx/vp8/common/quant_common.c',
860     'libvpx/vp8/common/reconinter.c',
861     'libvpx/vp8/common/reconintra.c',
862     'libvpx/vp8/common/reconintra4x4.c',
863     'libvpx/vp8/common/rtcd.c',
864     'libvpx/vp8/common/setupintrarecon.c',
865     'libvpx/vp8/common/swapyv12buffer.c',
866     'libvpx/vp8/common/treecoder.c',
867     'libvpx/vp8/common/vp8_loopfilter.c',
868     'libvpx/vp8/common/vp8_skin_detection.c',
869     'libvpx/vp8/decoder/dboolhuff.c',
870     'libvpx/vp8/decoder/decodeframe.c',
871     'libvpx/vp8/decoder/decodemv.c',
872     'libvpx/vp8/decoder/detokenize.c',
873     'libvpx/vp8/decoder/onyxd_if.c',
874     'libvpx/vp8/decoder/threading.c',
875     'libvpx/vp8/encoder/arm/neon/denoising_neon.c',
876     'libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c',
877     'libvpx/vp8/encoder/arm/neon/shortfdct_neon.c',
878     'libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
879     'libvpx/vp8/encoder/bitstream.c',
880     'libvpx/vp8/encoder/boolhuff.c',
881     'libvpx/vp8/encoder/copy_c.c',
882     'libvpx/vp8/encoder/dct.c',
883     'libvpx/vp8/encoder/denoising.c',
884     'libvpx/vp8/encoder/encodeframe.c',
885     'libvpx/vp8/encoder/encodeintra.c',
886     'libvpx/vp8/encoder/encodemb.c',
887     'libvpx/vp8/encoder/encodemv.c',
888     'libvpx/vp8/encoder/ethreading.c',
889     'libvpx/vp8/encoder/lookahead.c',
890     'libvpx/vp8/encoder/mcomp.c',
891     'libvpx/vp8/encoder/modecosts.c',
892     'libvpx/vp8/encoder/mr_dissim.c',
893     'libvpx/vp8/encoder/onyx_if.c',
894     'libvpx/vp8/encoder/pickinter.c',
895     'libvpx/vp8/encoder/picklpf.c',
896     'libvpx/vp8/encoder/ratectrl.c',
897     'libvpx/vp8/encoder/rdopt.c',
898     'libvpx/vp8/encoder/segmentation.c',
899     'libvpx/vp8/encoder/tokenize.c',
900     'libvpx/vp8/encoder/treewriter.c',
901     'libvpx/vp8/encoder/vp8_quantize.c',
902     'libvpx/vp8/vp8_cx_iface.c',
903     'libvpx/vp8/vp8_dx_iface.c',
904     'libvpx/vp9/common/arm/neon/vp9_iht16x16_add_neon.c',
905     'libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c',
906     'libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c',
907     'libvpx/vp9/common/vp9_alloccommon.c',
908     'libvpx/vp9/common/vp9_blockd.c',
909     'libvpx/vp9/common/vp9_common_data.c',
910     'libvpx/vp9/common/vp9_entropy.c',
911     'libvpx/vp9/common/vp9_entropymode.c',
912     'libvpx/vp9/common/vp9_entropymv.c',
913     'libvpx/vp9/common/vp9_filter.c',
914     'libvpx/vp9/common/vp9_frame_buffers.c',
915     'libvpx/vp9/common/vp9_idct.c',
916     'libvpx/vp9/common/vp9_loopfilter.c',
917     'libvpx/vp9/common/vp9_mvref_common.c',
918     'libvpx/vp9/common/vp9_pred_common.c',
919     'libvpx/vp9/common/vp9_quant_common.c',
920     'libvpx/vp9/common/vp9_reconinter.c',
921     'libvpx/vp9/common/vp9_reconintra.c',
922     'libvpx/vp9/common/vp9_rtcd.c',
923     'libvpx/vp9/common/vp9_scale.c',
924     'libvpx/vp9/common/vp9_scan.c',
925     'libvpx/vp9/common/vp9_seg_common.c',
926     'libvpx/vp9/common/vp9_thread_common.c',
927     'libvpx/vp9/common/vp9_tile_common.c',
928     'libvpx/vp9/decoder/vp9_decodeframe.c',
929     'libvpx/vp9/decoder/vp9_decodemv.c',
930     'libvpx/vp9/decoder/vp9_decoder.c',
931     'libvpx/vp9/decoder/vp9_detokenize.c',
932     'libvpx/vp9/decoder/vp9_dsubexp.c',
933     'libvpx/vp9/decoder/vp9_job_queue.c',
934     'libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c',
935     'libvpx/vp9/encoder/arm/neon/vp9_diamond_search_sad_neon.c',
936     'libvpx/vp9/encoder/arm/neon/vp9_error_neon.c',
937     'libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c',
938     'libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c',
939     'libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c',
940     'libvpx/vp9/encoder/vp9_bitstream.c',
941     'libvpx/vp9/encoder/vp9_context_tree.c',
942     'libvpx/vp9/encoder/vp9_cost.c',
943     'libvpx/vp9/encoder/vp9_dct.c',
944     'libvpx/vp9/encoder/vp9_encodeframe.c',
945     'libvpx/vp9/encoder/vp9_encodemb.c',
946     'libvpx/vp9/encoder/vp9_encodemv.c',
947     'libvpx/vp9/encoder/vp9_encoder.c',
948     'libvpx/vp9/encoder/vp9_ethread.c',
949     'libvpx/vp9/encoder/vp9_ext_ratectrl.c',
950     'libvpx/vp9/encoder/vp9_extend.c',
951     'libvpx/vp9/encoder/vp9_frame_scale.c',
952     'libvpx/vp9/encoder/vp9_lookahead.c',
953     'libvpx/vp9/encoder/vp9_mcomp.c',
954     'libvpx/vp9/encoder/vp9_multi_thread.c',
955     'libvpx/vp9/encoder/vp9_noise_estimate.c',
956     'libvpx/vp9/encoder/vp9_picklpf.c',
957     'libvpx/vp9/encoder/vp9_pickmode.c',
958     'libvpx/vp9/encoder/vp9_quantize.c',
959     'libvpx/vp9/encoder/vp9_ratectrl.c',
960     'libvpx/vp9/encoder/vp9_rd.c',
961     'libvpx/vp9/encoder/vp9_rdopt.c',
962     'libvpx/vp9/encoder/vp9_resize.c',
963     'libvpx/vp9/encoder/vp9_segmentation.c',
964     'libvpx/vp9/encoder/vp9_skin_detection.c',
965     'libvpx/vp9/encoder/vp9_speed_features.c',
966     'libvpx/vp9/encoder/vp9_subexp.c',
967     'libvpx/vp9/encoder/vp9_svc_layercontext.c',
968     'libvpx/vp9/encoder/vp9_tokenize.c',
969     'libvpx/vp9/encoder/vp9_tpl_model.c',
970     'libvpx/vp9/encoder/vp9_treewriter.c',
971     'libvpx/vp9/vp9_cx_iface.c',
972     'libvpx/vp9/vp9_dx_iface.c',
973     'libvpx/vp9/vp9_iface_common.c',
974     'libvpx/vpx/src/vpx_codec.c',
975     'libvpx/vpx/src/vpx_decoder.c',
976     'libvpx/vpx/src/vpx_encoder.c',
977     'libvpx/vpx/src/vpx_image.c',
978     'libvpx/vpx/src/vpx_tpl.c',
979     'libvpx/vpx_dsp/arm/avg_neon.c',
980     'libvpx/vpx_dsp/arm/avg_pred_neon.c',
981     'libvpx/vpx_dsp/arm/fdct16x16_neon.c',
982     'libvpx/vpx_dsp/arm/fdct32x32_neon.c',
983     'libvpx/vpx_dsp/arm/fdct4x4_neon.c',
984     'libvpx/vpx_dsp/arm/fdct8x8_neon.c',
985     'libvpx/vpx_dsp/arm/fdct_partial_neon.c',
986     'libvpx/vpx_dsp/arm/hadamard_neon.c',
987     'libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c',
988     'libvpx/vpx_dsp/arm/idct16x16_add_neon.c',
989     'libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c',
990     'libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c',
991     'libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c',
992     'libvpx/vpx_dsp/arm/idct32x32_add_neon.c',
993     'libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c',
994     'libvpx/vpx_dsp/arm/idct4x4_add_neon.c',
995     'libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c',
996     'libvpx/vpx_dsp/arm/idct8x8_add_neon.c',
997     'libvpx/vpx_dsp/arm/intrapred_neon.c',
998     'libvpx/vpx_dsp/arm/loopfilter_neon.c',
999     'libvpx/vpx_dsp/arm/quantize_neon.c',
1000     'libvpx/vpx_dsp/arm/sad4d_neon.c',
1001     'libvpx/vpx_dsp/arm/sad4d_neon_dotprod.c',
1002     'libvpx/vpx_dsp/arm/sad_neon.c',
1003     'libvpx/vpx_dsp/arm/sad_neon_dotprod.c',
1004     'libvpx/vpx_dsp/arm/sse_neon.c',
1005     'libvpx/vpx_dsp/arm/sse_neon_dotprod.c',
1006     'libvpx/vpx_dsp/arm/subpel_variance_neon.c',
1007     'libvpx/vpx_dsp/arm/subtract_neon.c',
1008     'libvpx/vpx_dsp/arm/sum_squares_neon.c',
1009     'libvpx/vpx_dsp/arm/variance_neon.c',
1010     'libvpx/vpx_dsp/arm/variance_neon_dotprod.c',
1011     'libvpx/vpx_dsp/arm/vpx_convolve8_neon.c',
1012     'libvpx/vpx_dsp/arm/vpx_convolve8_neon_dotprod.c',
1013     'libvpx/vpx_dsp/arm/vpx_convolve8_neon_i8mm.c',
1014     'libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c',
1015     'libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c',
1016     'libvpx/vpx_dsp/arm/vpx_convolve_neon.c',
1017     'libvpx/vpx_dsp/arm/vpx_convolve_neon_dotprod.c',
1018     'libvpx/vpx_dsp/arm/vpx_convolve_neon_i8mm.c',
1019     'libvpx/vpx_dsp/arm/vpx_scaled_convolve8_neon.c',
1020     'libvpx/vpx_dsp/avg.c',
1021     'libvpx/vpx_dsp/bitreader.c',
1022     'libvpx/vpx_dsp/bitreader_buffer.c',
1023     'libvpx/vpx_dsp/bitwriter.c',
1024     'libvpx/vpx_dsp/bitwriter_buffer.c',
1025     'libvpx/vpx_dsp/fwd_txfm.c',
1026     'libvpx/vpx_dsp/intrapred.c',
1027     'libvpx/vpx_dsp/inv_txfm.c',
1028     'libvpx/vpx_dsp/loopfilter.c',
1029     'libvpx/vpx_dsp/prob.c',
1030     'libvpx/vpx_dsp/psnr.c',
1031     'libvpx/vpx_dsp/quantize.c',
1032     'libvpx/vpx_dsp/sad.c',
1033     'libvpx/vpx_dsp/skin_detection.c',
1034     'libvpx/vpx_dsp/sse.c',
1035     'libvpx/vpx_dsp/subtract.c',
1036     'libvpx/vpx_dsp/sum_squares.c',
1037     'libvpx/vpx_dsp/variance.c',
1038     'libvpx/vpx_dsp/vpx_convolve.c',
1039     'libvpx/vpx_dsp/vpx_dsp_rtcd.c',
1040     'libvpx/vpx_mem/vpx_mem.c',
1041     'libvpx/vpx_ports/aarch64_cpudetect.c',
1042     'libvpx/vpx_scale/generic/gen_scalers.c',
1043     'libvpx/vpx_scale/generic/vpx_scale.c',
1044     'libvpx/vpx_scale/generic/yv12config.c',
1045     'libvpx/vpx_scale/generic/yv12extend.c',
1046     'libvpx/vpx_scale/vpx_scale_rtcd.c',
1047     'libvpx/vpx_util/vpx_thread.c',
1048     'libvpx/vpx_util/vpx_write_yuv_frame.c',
1050   'GENERIC_EXPORTS': [
1051     'libvpx/vpx/vp8.h',
1052     'libvpx/vpx/vp8cx.h',
1053     'libvpx/vpx/vp8dx.h',
1054     'libvpx/vpx/vpx_codec.h',
1055     'libvpx/vpx/vpx_decoder.h',
1056     'libvpx/vpx/vpx_encoder.h',
1057     'libvpx/vpx/vpx_ext_ratectrl.h',
1058     'libvpx/vpx/vpx_frame_buffer.h',
1059     'libvpx/vpx/vpx_image.h',
1060     'libvpx/vpx/vpx_integer.h',
1061     'libvpx/vpx/vpx_tpl.h',
1062     'libvpx/vpx_mem/include/vpx_mem_intrnl.h',
1063     'libvpx/vpx_mem/vpx_mem.h',
1064     'libvpx/vpx_ports/bitops.h',
1065     'libvpx/vpx_ports/compiler_attributes.h',
1066     'libvpx/vpx_ports/mem.h',
1067     'libvpx/vpx_ports/static_assert.h',
1068     'libvpx/vpx_ports/system_state.h',
1069     'libvpx/vpx_ports/vpx_timer.h',
1070     'libvpx/vpx_scale/vpx_scale.h',
1071     'libvpx/vpx_scale/yv12config.h',
1073   'GENERIC_SOURCES': [
1074     'libvpx/vp8/common/alloccommon.c',
1075     'libvpx/vp8/common/blockd.c',
1076     'libvpx/vp8/common/dequantize.c',
1077     'libvpx/vp8/common/entropy.c',
1078     'libvpx/vp8/common/entropymode.c',
1079     'libvpx/vp8/common/entropymv.c',
1080     'libvpx/vp8/common/extend.c',
1081     'libvpx/vp8/common/filter.c',
1082     'libvpx/vp8/common/findnearmv.c',
1083     'libvpx/vp8/common/generic/systemdependent.c',
1084     'libvpx/vp8/common/idct_blk.c',
1085     'libvpx/vp8/common/idctllm.c',
1086     'libvpx/vp8/common/loopfilter_filters.c',
1087     'libvpx/vp8/common/mbpitch.c',
1088     'libvpx/vp8/common/modecont.c',
1089     'libvpx/vp8/common/quant_common.c',
1090     'libvpx/vp8/common/reconinter.c',
1091     'libvpx/vp8/common/reconintra.c',
1092     'libvpx/vp8/common/reconintra4x4.c',
1093     'libvpx/vp8/common/rtcd.c',
1094     'libvpx/vp8/common/setupintrarecon.c',
1095     'libvpx/vp8/common/swapyv12buffer.c',
1096     'libvpx/vp8/common/treecoder.c',
1097     'libvpx/vp8/common/vp8_loopfilter.c',
1098     'libvpx/vp8/common/vp8_skin_detection.c',
1099     'libvpx/vp8/decoder/dboolhuff.c',
1100     'libvpx/vp8/decoder/decodeframe.c',
1101     'libvpx/vp8/decoder/decodemv.c',
1102     'libvpx/vp8/decoder/detokenize.c',
1103     'libvpx/vp8/decoder/onyxd_if.c',
1104     'libvpx/vp8/decoder/threading.c',
1105     'libvpx/vp8/encoder/bitstream.c',
1106     'libvpx/vp8/encoder/boolhuff.c',
1107     'libvpx/vp8/encoder/copy_c.c',
1108     'libvpx/vp8/encoder/dct.c',
1109     'libvpx/vp8/encoder/denoising.c',
1110     'libvpx/vp8/encoder/encodeframe.c',
1111     'libvpx/vp8/encoder/encodeintra.c',
1112     'libvpx/vp8/encoder/encodemb.c',
1113     'libvpx/vp8/encoder/encodemv.c',
1114     'libvpx/vp8/encoder/ethreading.c',
1115     'libvpx/vp8/encoder/firstpass.c',
1116     'libvpx/vp8/encoder/lookahead.c',
1117     'libvpx/vp8/encoder/mcomp.c',
1118     'libvpx/vp8/encoder/modecosts.c',
1119     'libvpx/vp8/encoder/mr_dissim.c',
1120     'libvpx/vp8/encoder/onyx_if.c',
1121     'libvpx/vp8/encoder/pickinter.c',
1122     'libvpx/vp8/encoder/picklpf.c',
1123     'libvpx/vp8/encoder/ratectrl.c',
1124     'libvpx/vp8/encoder/rdopt.c',
1125     'libvpx/vp8/encoder/segmentation.c',
1126     'libvpx/vp8/encoder/temporal_filter.c',
1127     'libvpx/vp8/encoder/tokenize.c',
1128     'libvpx/vp8/encoder/treewriter.c',
1129     'libvpx/vp8/encoder/vp8_quantize.c',
1130     'libvpx/vp8/vp8_cx_iface.c',
1131     'libvpx/vp8/vp8_dx_iface.c',
1132     'libvpx/vp9/common/vp9_alloccommon.c',
1133     'libvpx/vp9/common/vp9_blockd.c',
1134     'libvpx/vp9/common/vp9_common_data.c',
1135     'libvpx/vp9/common/vp9_entropy.c',
1136     'libvpx/vp9/common/vp9_entropymode.c',
1137     'libvpx/vp9/common/vp9_entropymv.c',
1138     'libvpx/vp9/common/vp9_filter.c',
1139     'libvpx/vp9/common/vp9_frame_buffers.c',
1140     'libvpx/vp9/common/vp9_idct.c',
1141     'libvpx/vp9/common/vp9_loopfilter.c',
1142     'libvpx/vp9/common/vp9_mvref_common.c',
1143     'libvpx/vp9/common/vp9_pred_common.c',
1144     'libvpx/vp9/common/vp9_quant_common.c',
1145     'libvpx/vp9/common/vp9_reconinter.c',
1146     'libvpx/vp9/common/vp9_reconintra.c',
1147     'libvpx/vp9/common/vp9_rtcd.c',
1148     'libvpx/vp9/common/vp9_scale.c',
1149     'libvpx/vp9/common/vp9_scan.c',
1150     'libvpx/vp9/common/vp9_seg_common.c',
1151     'libvpx/vp9/common/vp9_thread_common.c',
1152     'libvpx/vp9/common/vp9_tile_common.c',
1153     'libvpx/vp9/decoder/vp9_decodeframe.c',
1154     'libvpx/vp9/decoder/vp9_decodemv.c',
1155     'libvpx/vp9/decoder/vp9_decoder.c',
1156     'libvpx/vp9/decoder/vp9_detokenize.c',
1157     'libvpx/vp9/decoder/vp9_dsubexp.c',
1158     'libvpx/vp9/decoder/vp9_job_queue.c',
1159     'libvpx/vp9/encoder/vp9_alt_ref_aq.c',
1160     'libvpx/vp9/encoder/vp9_aq_360.c',
1161     'libvpx/vp9/encoder/vp9_aq_complexity.c',
1162     'libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c',
1163     'libvpx/vp9/encoder/vp9_aq_variance.c',
1164     'libvpx/vp9/encoder/vp9_bitstream.c',
1165     'libvpx/vp9/encoder/vp9_context_tree.c',
1166     'libvpx/vp9/encoder/vp9_cost.c',
1167     'libvpx/vp9/encoder/vp9_dct.c',
1168     'libvpx/vp9/encoder/vp9_encodeframe.c',
1169     'libvpx/vp9/encoder/vp9_encodemb.c',
1170     'libvpx/vp9/encoder/vp9_encodemv.c',
1171     'libvpx/vp9/encoder/vp9_encoder.c',
1172     'libvpx/vp9/encoder/vp9_ethread.c',
1173     'libvpx/vp9/encoder/vp9_ext_ratectrl.c',
1174     'libvpx/vp9/encoder/vp9_extend.c',
1175     'libvpx/vp9/encoder/vp9_firstpass.c',
1176     'libvpx/vp9/encoder/vp9_frame_scale.c',
1177     'libvpx/vp9/encoder/vp9_lookahead.c',
1178     'libvpx/vp9/encoder/vp9_mbgraph.c',
1179     'libvpx/vp9/encoder/vp9_mcomp.c',
1180     'libvpx/vp9/encoder/vp9_multi_thread.c',
1181     'libvpx/vp9/encoder/vp9_noise_estimate.c',
1182     'libvpx/vp9/encoder/vp9_picklpf.c',
1183     'libvpx/vp9/encoder/vp9_pickmode.c',
1184     'libvpx/vp9/encoder/vp9_quantize.c',
1185     'libvpx/vp9/encoder/vp9_ratectrl.c',
1186     'libvpx/vp9/encoder/vp9_rd.c',
1187     'libvpx/vp9/encoder/vp9_rdopt.c',
1188     'libvpx/vp9/encoder/vp9_resize.c',
1189     'libvpx/vp9/encoder/vp9_segmentation.c',
1190     'libvpx/vp9/encoder/vp9_skin_detection.c',
1191     'libvpx/vp9/encoder/vp9_speed_features.c',
1192     'libvpx/vp9/encoder/vp9_subexp.c',
1193     'libvpx/vp9/encoder/vp9_svc_layercontext.c',
1194     'libvpx/vp9/encoder/vp9_temporal_filter.c',
1195     'libvpx/vp9/encoder/vp9_tokenize.c',
1196     'libvpx/vp9/encoder/vp9_tpl_model.c',
1197     'libvpx/vp9/encoder/vp9_treewriter.c',
1198     'libvpx/vp9/vp9_cx_iface.c',
1199     'libvpx/vp9/vp9_dx_iface.c',
1200     'libvpx/vp9/vp9_iface_common.c',
1201     'libvpx/vpx/src/vpx_codec.c',
1202     'libvpx/vpx/src/vpx_decoder.c',
1203     'libvpx/vpx/src/vpx_encoder.c',
1204     'libvpx/vpx/src/vpx_image.c',
1205     'libvpx/vpx/src/vpx_tpl.c',
1206     'libvpx/vpx_dsp/avg.c',
1207     'libvpx/vpx_dsp/bitreader.c',
1208     'libvpx/vpx_dsp/bitreader_buffer.c',
1209     'libvpx/vpx_dsp/bitwriter.c',
1210     'libvpx/vpx_dsp/bitwriter_buffer.c',
1211     'libvpx/vpx_dsp/fwd_txfm.c',
1212     'libvpx/vpx_dsp/intrapred.c',
1213     'libvpx/vpx_dsp/inv_txfm.c',
1214     'libvpx/vpx_dsp/loopfilter.c',
1215     'libvpx/vpx_dsp/prob.c',
1216     'libvpx/vpx_dsp/psnr.c',
1217     'libvpx/vpx_dsp/quantize.c',
1218     'libvpx/vpx_dsp/sad.c',
1219     'libvpx/vpx_dsp/skin_detection.c',
1220     'libvpx/vpx_dsp/sse.c',
1221     'libvpx/vpx_dsp/subtract.c',
1222     'libvpx/vpx_dsp/sum_squares.c',
1223     'libvpx/vpx_dsp/variance.c',
1224     'libvpx/vpx_dsp/vpx_convolve.c',
1225     'libvpx/vpx_dsp/vpx_dsp_rtcd.c',
1226     'libvpx/vpx_mem/vpx_mem.c',
1227     'libvpx/vpx_scale/generic/gen_scalers.c',
1228     'libvpx/vpx_scale/generic/vpx_scale.c',
1229     'libvpx/vpx_scale/generic/yv12config.c',
1230     'libvpx/vpx_scale/generic/yv12extend.c',
1231     'libvpx/vpx_scale/vpx_scale_rtcd.c',
1232     'libvpx/vpx_util/vpx_thread.c',
1233     'libvpx/vpx_util/vpx_write_yuv_frame.c',