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
848eab4e
Commit
848eab4e
authored
Jul 12, 2008
by
Robert Swain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a couple of typos
Originally committed as revision 14176 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8884b918
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
acelp_vectors.h
libavcodec/acelp_vectors.h
+1
-1
lsp.h
libavcodec/lsp.h
+1
-1
No files found.
libavcodec/acelp_vectors.h
View file @
848eab4e
...
...
@@ -66,7 +66,7 @@ extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
* \note (EE) 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), AM
D
@5.9k (without gray coding)
* Used in G.729 @6.4k (with gray coding), AM
R
@5.9k (without gray coding)
*/
extern
const
uint8_t
ff_fc_2pulses_9bits_track1
[
16
];
extern
const
uint8_t
ff_fc_2pulses_9bits_track1_gray
[
16
];
...
...
libavcodec/lsp.h
View file @
848eab4e
...
...
@@ -37,7 +37,7 @@
* \param lsfq_max maximum allowed LSF value
* \param lp_order LP filter order
*/
void
ff_acelp_reorder_lsf
(
int16_t
*
lsfq
,
int
lsfq_min_distance
,
int
ls
qf
_min
,
int
lsfq_max
,
int
lp_order
);
void
ff_acelp_reorder_lsf
(
int16_t
*
lsfq
,
int
lsfq_min_distance
,
int
ls
fq
_min
,
int
lsfq_max
,
int
lp_order
);
/**
* \brief Convert LSF to LSP
...
...
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