OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'sources': [ |
| 7 'src/celt/mips/celt_mipsr1.h', |
| 8 'src/celt/mips/fixed_generic_mipsr1.h', |
| 9 'src/celt/mips/kiss_fft_mipsr1.h', |
| 10 'src/celt/mips/mdct_mipsr1.h', |
| 11 'src/celt/mips/pitch_mipsr1.h', |
| 12 'src/celt/mips/vq_mipsr1.c', |
| 13 'src/celt/mips/vq_mipsr1.h', |
| 14 'src/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h', |
| 15 'src/silk/fixed/mips/prefilter_FIX_mipsr1.h', |
| 16 'src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h', |
| 17 'src/silk/mips/NSQ_del_dec_mipsr1.h', |
| 18 'src/silk/mips/macros_mipsr1.h', |
| 19 'src/silk/mips/sigproc_fix_mipsr1.h', |
| 20 ], |
| 21 } |
OLD | NEW |