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
274ac345
Commit
274ac345
authored
Jun 23, 2008
by
Vitor Sessak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now these tables fit in 16 bits.
Originally committed as revision 13936 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
738ef8fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ra144.h
libavcodec/ra144.h
+2
-2
No files found.
libavcodec/ra144.h
View file @
274ac345
...
...
@@ -1831,7 +1831,7 @@ static const int8_t cb2_vects[128][40]={
}
};
static
const
uint
32
_t
cb1_base
[
128
]
=
{
static
const
uint
16
_t
cb1_base
[
128
]
=
{
19657
,
18474
,
18365
,
17520
,
21048
,
18231
,
18584
,
16671
,
20363
,
19069
,
19409
,
18430
,
21844
,
18753
,
19613
,
17411
,
20389
,
21772
,
20129
,
21702
,
20978
,
20472
,
19627
,
19387
,
...
...
@@ -1850,7 +1850,7 @@ static const uint32_t cb1_base[128]={
16671
,
18584
,
18231
,
21048
,
17520
,
18365
,
18474
,
19657
,
};
static
const
uint
32
_t
cb2_base
[
128
]
=
{
static
const
uint
16
_t
cb2_base
[
128
]
=
{
12174
,
13380
,
13879
,
13832
,
13170
,
13227
,
13204
,
12053
,
12410
,
13988
,
14348
,
14631
,
13100
,
13415
,
13224
,
12268
,
11982
,
13825
,
13499
,
14210
,
13877
,
14788
,
13811
,
13109
,
...
...
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