Skip to content

Commit

Permalink
src_lite: add new generated src_lite coeffs
Browse files Browse the repository at this point in the history
Add new src_lite coef files generated by the new .m generator.
  • Loading branch information
tobonex committed Aug 14, 2024
1 parent ce5bb8d commit 81a47f3
Show file tree
Hide file tree
Showing 12 changed files with 5,141 additions and 68 deletions.
577 changes: 577 additions & 0 deletions src/audio/src/coef/src_lite_int32_10_21_3455_5000.h

Large diffs are not rendered by default.

1,745 changes: 1,745 additions & 0 deletions src/audio/src/coef/src_lite_int32_16_21_4535_5000.h

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions src/audio/src/coef/src_lite_int32_1_2_4535_5000.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
/* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright(c) 2024 Intel Corporation. All rights reserved.
*
*/

/** \cond GENERATED_BY_TOOLS_TUNE_SRC */
#include <stdint.h>

const int32_t src_int32_1_2_4535_5000_fir[184] = {
-224121,
-49304,
317798,
126898,
-416245,
-245015,
510714,
409656,
-589845,
-624982,
639804,
892541,
-644607,
-1210496,
586664,
1572902,
-447516,
-1969093,
208786,
2383222,
146694,
-2794008,
-633616,
3174736,
1262814,
-3493548,
-2039854,
3714048,
2963629,
-3796242,
-4025053,
3697804,
5205917,
-3375657,
-6477983,
2787830,
7802377,
-1895540,
-9129343,
665441,
10398403,
928051,
-11538943,
-2900433,
12471235,
5254876,
-13107874,
-7980178,
13355585,
11048968,
-13117323,
-14416251,
12294575,
18018311,
-10789710,
-21772007,
8508229,
25574414,
-5360684,
-29302712,
1264016,
32814154,
3858030,
-35945808,
-10075874,
38513576,
17457109,
-40309709,
-26072548,
41097509,
36007004,
-40600943,
-47377715,
38485045,
60366028,
-34319124,
-75273585,
27506089,
92627632,
-17140132,
-113394340,
1697633,
139458254,
21712672,
-174863548,
-59488186,
229755034,
129377748,
-337816632,
-305987319,
713182490,
1858414351,
1858414351,
713182490,
-305987319,
-337816632,
129377748,
229755034,
-59488186,
-174863548,
21712672,
139458254,
1697633,
-113394340,
-17140132,
92627632,
27506089,
-75273585,
-34319124,
60366028,
38485045,
-47377715,
-40600943,
36007004,
41097509,
-26072548,
-40309709,
17457109,
38513576,
-10075874,
-35945808,
3858030,
32814154,
1264016,
-29302712,
-5360684,
25574414,
8508229,
-21772007,
-10789710,
18018311,
12294575,
-14416251,
-13117323,
11048968,
13355585,
-7980178,
-13107874,
5254876,
12471235,
-2900433,
-11538943,
928051,
10398403,
665441,
-9129343,
-1895540,
7802377,
2787830,
-6477983,
-3375657,
5205917,
3697804,
-4025053,
-3796242,
2963629,
3714048,
-2039854,
-3493548,
1262814,
3174736,
-633616,
-2794008,
146694,
2383222,
208786,
-1969093,
-447516,
1572902,
586664,
-1210496,
-644607,
892541,
639804,
-624982,
-589845,
409656,
510714,
-245015,
-416245,
126898,
317798,
-49304,
-224121

};

const struct src_stage src_int32_1_2_4535_5000 = {
1, 0, 1, 184, 184, 2, 1, 0, 1,
src_int32_1_2_4535_5000_fir};
/** \endcond */
Loading

0 comments on commit 81a47f3

Please sign in to comment.