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
b95cba7b
Commit
b95cba7b
authored
Jan 02, 2016
by
Hendrik Leppkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/dca: remove unused float quant table
parent
51da00e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
dcadata.c
libavcodec/dcadata.c
+0
-8
dcadata.h
libavcodec/dcadata.h
+0
-1
No files found.
libavcodec/dcadata.c
View file @
b95cba7b
...
...
@@ -4197,14 +4197,6 @@ const uint32_t ff_dca_lossless_quant[32] = {
4
,
2
,
1
,
0
,
0
,
0
,
0
,
0
};
const
float
ff_dca_lossless_quant_d
[
32
]
=
{
0
,
1
.
0
,
0
.
5
,
0
.
33
,
0
.
25
,
0
.
166
,
0
.
125
,
0
.
083
,
0
.
0625
,
0
.
03125
,
0
.
0156
,
7.874E-3
,
3.922E-3
,
1.957E-3
,
9.775E-4
,
4.885E-4
,
2.442E-4
,
1.221E-4
,
6.104E-5
,
3.052E-5
,
1.526E-5
,
7.629E-6
,
3.815E-6
,
1.907E-6
,
9.537E-7
,
4.768E-7
,
2.384E-7
,
0
,
0
,
0
,
0
,
0
};
/* Vector quantization tables */
DECLARE_ALIGNED
(
8
,
const
int8_t
,
ff_dca_high_freq_vq
)[
1024
][
32
]
=
{
...
...
libavcodec/dcadata.h
View file @
b95cba7b
...
...
@@ -37,7 +37,6 @@ extern const uint32_t ff_dca_scale_factor_quant7[128];
extern
const
uint32_t
ff_dca_lossy_quant
[
32
];
extern
const
uint32_t
ff_dca_lossless_quant
[
32
];
extern
const
float
ff_dca_lossless_quant_d
[
32
];
extern
const
int8_t
ff_dca_high_freq_vq
[
1024
][
32
];
...
...
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