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
1f6049f5
Commit
1f6049f5
authored
Oct 12, 2006
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
int->uint8_t for 2 tables
Originally committed as revision 6673 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
29f86228
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
h264.c
libavcodec/h264.c
+2
-2
No files found.
libavcodec/h264.c
View file @
1f6049f5
...
...
@@ -6048,7 +6048,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n
static
const
int
coeff_abs_level_m1_offset
[
6
]
=
{
227
+
0
,
227
+
10
,
227
+
20
,
227
+
30
,
227
+
39
,
426
};
static
const
in
t
significant_coeff_flag_offset_8x8
[
2
][
63
]
=
{
static
const
uint8_
t
significant_coeff_flag_offset_8x8
[
2
][
63
]
=
{
{
0
,
1
,
2
,
3
,
4
,
5
,
5
,
4
,
4
,
3
,
3
,
4
,
4
,
4
,
5
,
5
,
4
,
4
,
4
,
4
,
3
,
3
,
6
,
7
,
7
,
7
,
8
,
9
,
10
,
9
,
8
,
7
,
7
,
6
,
11
,
12
,
13
,
11
,
6
,
7
,
8
,
9
,
14
,
10
,
9
,
8
,
6
,
11
,
...
...
@@ -6058,7 +6058,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n
9
,
9
,
10
,
10
,
8
,
11
,
12
,
11
,
9
,
9
,
10
,
10
,
8
,
13
,
13
,
9
,
9
,
10
,
10
,
8
,
13
,
13
,
9
,
9
,
10
,
10
,
14
,
14
,
14
,
14
,
14
}
};
static
const
in
t
last_coeff_flag_offset_8x8
[
63
]
=
{
static
const
uint8_
t
last_coeff_flag_offset_8x8
[
63
]
=
{
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
2
,
3
,
3
,
3
,
3
,
3
,
3
,
3
,
3
,
4
,
4
,
4
,
4
,
4
,
4
,
4
,
4
,
...
...
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