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
be693f95
Commit
be693f95
authored
Aug 24, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
int->uint8_t
Originally committed as revision 10205 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
50464a1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
h264data.h
libavcodec/h264data.h
+6
-6
No files found.
libavcodec/h264data.h
View file @
be693f95
...
...
@@ -544,7 +544,7 @@ static const uint8_t default_scaling8[2][64]={
24
,
25
,
27
,
28
,
30
,
32
,
33
,
35
}};
static
const
in
t
dequant4_coeff_init
[
6
][
3
]
=
{
static
const
uint8_
t
dequant4_coeff_init
[
6
][
3
]
=
{
{
10
,
13
,
16
},
{
11
,
14
,
18
},
{
13
,
16
,
20
},
...
...
@@ -553,10 +553,10 @@ static const int dequant4_coeff_init[6][3]={
{
18
,
23
,
29
},
};
static
const
in
t
dequant8_coeff_init_scan
[
16
]
=
{
static
const
uint8_
t
dequant8_coeff_init_scan
[
16
]
=
{
0
,
3
,
4
,
3
,
3
,
1
,
5
,
1
,
4
,
5
,
2
,
5
,
3
,
1
,
5
,
1
};
static
const
in
t
dequant8_coeff_init
[
6
][
6
]
=
{
static
const
uint8_
t
dequant8_coeff_init
[
6
][
6
]
=
{
{
20
,
18
,
32
,
19
,
25
,
24
},
{
22
,
19
,
35
,
21
,
28
,
26
},
{
26
,
23
,
42
,
24
,
33
,
31
},
...
...
@@ -624,7 +624,7 @@ static const int quant_coeff[52][16]={
/* Deblocking filter (p153) */
static
const
in
t
alpha_table
[
52
*
3
]
=
{
static
const
uint8_
t
alpha_table
[
52
*
3
]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
...
...
@@ -640,7 +640,7 @@ static const int alpha_table[52*3] = {
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
255
,
};
static
const
in
t
beta_table
[
52
*
3
]
=
{
static
const
uint8_
t
beta_table
[
52
*
3
]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
...
...
@@ -656,7 +656,7 @@ static const int beta_table[52*3] = {
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
18
,
};
static
const
in
t
tc0_table
[
52
*
3
][
3
]
=
{
static
const
uint8_
t
tc0_table
[
52
*
3
][
3
]
=
{
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
{
0
,
0
,
0
},
...
...
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