forked from FFmpeg/FFmpeg
avcodec/ilbcdata: Remove unused array
Never used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2668caf13c
commit
edfdcb0487
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ static const int16_t kLpcChirpSyntDenum[] = {
|
||||||
32767, 29573, 26690, 24087, 21739, 19619, 17707, 15980, 14422, 13016, 11747
|
32767, 29573, 26690, 24087, 21739, 19619, 17707, 15980, 14422, 13016, 11747
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int16_t LpcChirpWeightDenum[] = {
|
|
||||||
32767, 13835, 5841, 2466, 1041, 440, 186, 78, 33, 14, 6
|
|
||||||
};
|
|
||||||
|
|
||||||
static const int16_t cos_tbl[64] = {
|
static const int16_t cos_tbl[64] = {
|
||||||
32767, 32729, 32610, 32413, 32138, 31786, 31357, 30853,
|
32767, 32729, 32610, 32413, 32138, 31786, 31357, 30853,
|
||||||
30274, 29622, 28899, 28106, 27246, 26320, 25330, 24279,
|
30274, 29622, 28899, 28106, 27246, 26320, 25330, 24279,
|
||||||
|
|
Loading…
Add table
Reference in a new issue