Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
79a9aab5
Commit
79a9aab5
authored
Jul 15, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused and non-compiling vestigial g729 decoder
parent
a005174b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
661 deletions
+1
-661
acelp_vectors.c
libavcodec/acelp_vectors.c
+0
-20
acelp_vectors.h
libavcodec/acelp_vectors.h
+0
-31
amrnbdec.c
libavcodec/amrnbdec.c
+1
-1
g729data.h
libavcodec/g729data.h
+0
-278
g729dec.c
libavcodec/g729dec.c
+0
-331
No files found.
libavcodec/acelp_vectors.c
View file @
79a9aab5
...
@@ -48,26 +48,6 @@ const uint8_t ff_fc_2pulses_9bits_track1_gray[16] =
...
@@ -48,26 +48,6 @@ const uint8_t ff_fc_2pulses_9bits_track1_gray[16] =
28
,
26
,
28
,
26
,
};
};
const
uint8_t
ff_fc_2pulses_9bits_track2_gray
[
32
]
=
{
0
,
2
,
5
,
4
,
12
,
10
,
7
,
9
,
25
,
24
,
20
,
22
,
14
,
15
,
19
,
17
,
36
,
31
,
21
,
26
,
1
,
6
,
16
,
11
,
27
,
29
,
32
,
30
,
39
,
37
,
34
,
35
,
};
const
uint8_t
ff_fc_4pulses_8bits_tracks_13
[
16
]
=
const
uint8_t
ff_fc_4pulses_8bits_tracks_13
[
16
]
=
{
{
0
,
5
,
10
,
15
,
20
,
25
,
30
,
35
,
40
,
45
,
50
,
55
,
60
,
65
,
70
,
75
,
0
,
5
,
10
,
15
,
20
,
25
,
30
,
35
,
40
,
45
,
50
,
55
,
60
,
65
,
70
,
75
,
...
...
libavcodec/acelp_vectors.h
View file @
79a9aab5
...
@@ -81,37 +81,6 @@ extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
...
@@ -81,37 +81,6 @@ extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
extern
const
uint8_t
ff_fc_2pulses_9bits_track1
[
16
];
extern
const
uint8_t
ff_fc_2pulses_9bits_track1
[
16
];
extern
const
uint8_t
ff_fc_2pulses_9bits_track1_gray
[
16
];
extern
const
uint8_t
ff_fc_2pulses_9bits_track1_gray
[
16
];
/**
* Track|Pulse| Positions
* -----------------------------------------
* 2 | 1 | 0, 7, 14, 20, 27, 34, 1, 21
* | | 2, 9, 15, 22, 29, 35, 6, 26
* | | 4,10, 17, 24, 30, 37, 11, 31
* | | 5,12, 19, 25, 32, 39, 16, 36
* -----------------------------------------
*
* @remark Track in the table should be read top-to-bottom, left-to-right.
*
* @note (EE.1) This table (from the reference code) does not comply with
* the specification.
* The specification contains the following table:
*
* Track|Pulse| Positions
* -----------------------------------------
* 2 | 1 | 0, 5, 10, 15, 20, 25, 30, 35
* | | 1, 6, 11, 16, 21, 26, 31, 36
* | | 2, 7, 12, 17, 22, 27, 32, 37
* | | 4, 9, 14, 19, 24, 29, 34, 39
*
* -----------------------------------------
*
* @note (EE.2) Reference G.729D code also uses gray decoding for each
* pulse index before looking up the value in the table.
*
* Used in G.729 @@6.4k (with gray coding)
*/
extern
const
uint8_t
ff_fc_2pulses_9bits_track2_gray
[
32
];
/**
/**
* b60 hamming windowed sinc function coefficients
* b60 hamming windowed sinc function coefficients
*/
*/
...
...
libavcodec/amrnbdec.c
View file @
79a9aab5
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
/** Maximum sharpening factor
/** Maximum sharpening factor
*
*
* The specification says 0.8, which should be 13107, but the reference C code
* The specification says 0.8, which should be 13107, but the reference C code
* uses 13017 instead. (Amusingly the same applies to SHARP_MAX in
g729dec.c
.)
* uses 13017 instead. (Amusingly the same applies to SHARP_MAX in
bitexact G.729
.)
*/
*/
#define SHARP_MAX 0.79449462890625
#define SHARP_MAX 0.79449462890625
...
...
libavcodec/g729data.h
deleted
100644 → 0
View file @
a005174b
This diff is collapsed.
Click to expand it.
libavcodec/g729dec.c
deleted
100644 → 0
View file @
a005174b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment