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
b9fb1db9
Commit
b9fb1db9
authored
Oct 17, 2015
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aactab: move ltp_coef[] from aacdectab to aactab
The encoder makes use of it in the following commits.
parent
a878dfa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
aacdectab.h
libavcodec/aacdectab.h
+0
-8
aactab.h
libavcodec/aactab.h
+8
-0
No files found.
libavcodec/aacdectab.h
View file @
b9fb1db9
...
...
@@ -35,14 +35,6 @@
#include <stdint.h>
/* @name ltp_coef
* Table of the LTP coefficients
*/
static
const
INTFLOAT
ltp_coef
[
8
]
=
{
Q30
(
0
.
570829
f
),
Q30
(
0
.
696616
f
),
Q30
(
0
.
813004
f
),
Q30
(
0
.
911304
f
),
Q30
(
0
.
984900
f
),
Q30
(
1
.
067
894
f
),
Q30
(
1
.
194601
f
),
Q30
(
1
.
369533
f
),
};
static
const
int8_t
tags_per_config
[
16
]
=
{
0
,
1
,
1
,
2
,
3
,
3
,
4
,
5
,
0
,
0
,
0
,
4
,
5
,
0
,
5
,
0
};
static
const
uint8_t
aac_channel_layout_map
[
16
][
5
][
3
]
=
{
...
...
libavcodec/aactab.h
View file @
b9fb1db9
...
...
@@ -41,6 +41,14 @@
* encoder.
*/
/* @name ltp_coef
* Table of the LTP coefficients
*/
static
const
INTFLOAT
ltp_coef
[
8
]
=
{
Q30
(
0
.
570829
f
),
Q30
(
0
.
696616
f
),
Q30
(
0
.
813004
f
),
Q30
(
0
.
911304
f
),
Q30
(
0
.
984900
f
),
Q30
(
1
.
067
894
f
),
Q30
(
1
.
194601
f
),
Q30
(
1
.
369533
f
),
};
/* @name tns_tmp2_map
* Tables of the tmp2[] arrays of LPC coefficients used for TNS.
* The suffix _M_N[] indicate the values of coef_compress and coef_res
...
...
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