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
30ea3075
Commit
30ea3075
authored
Dec 08, 2007
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename some tables
Originally committed as revision 11187 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c95a3a9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rv34vlc.h
libavcodec/rv34vlc.h
+4
-4
No files found.
libavcodec/rv34vlc.h
View file @
30ea3075
...
...
@@ -2277,7 +2277,7 @@ static const uint8_t rv34_table_intra_thirdpat[NUM_INTRA_TABLES][2][OTHERBLK_VLC
};
static
const
uint8_t
rv34_intra_coeff
vlc
[
NUM_INTRA_TABLES
][
COEFF_VLC_SIZE
]
=
{
static
const
uint8_t
rv34_intra_coeff
[
NUM_INTRA_TABLES
][
COEFF_VLC_SIZE
]
=
{
{
1
,
3
,
3
,
4
,
4
,
5
,
6
,
6
,
6
,
7
,
7
,
7
,
8
,
8
,
9
,
9
,
9
,
9
,
10
,
10
,
10
,
11
,
11
,
11
,
10
,
10
,
10
,
12
,
13
,
14
,
15
,
15
,
...
...
@@ -2301,7 +2301,7 @@ static const uint8_t rv34_intra_coeffvlc[NUM_INTRA_TABLES][COEFF_VLC_SIZE] = {
};
static
const
uint8_t
rv34_inter_cbppat
vlc
[
NUM_INTER_TABLES
][
CBPPAT_VLC_SIZE
]
=
{
static
const
uint8_t
rv34_inter_cbppat
[
NUM_INTER_TABLES
][
CBPPAT_VLC_SIZE
]
=
{
{
7
,
9
,
9
,
8
,
9
,
8
,
9
,
8
,
9
,
9
,
8
,
8
,
8
,
8
,
8
,
4
,
7
,
10
,
11
,
10
,
11
,
10
,
12
,
10
,
12
,
11
,
11
,
10
,
11
,
10
,
10
,
7
,
...
...
@@ -2886,7 +2886,7 @@ static const uint8_t rv34_inter_cbppatvlc[NUM_INTER_TABLES][CBPPAT_VLC_SIZE] = {
};
static
const
uint8_t
rv34_inter_cbp
vlc
[
NUM_INTER_TABLES
][
4
][
CBP_VLC_SIZE
]
=
{
static
const
uint8_t
rv34_inter_cbp
[
NUM_INTER_TABLES
][
4
][
CBP_VLC_SIZE
]
=
{
{
{
0
,
6
,
6
,
3
,
6
,
4
,
5
,
3
,
6
,
5
,
4
,
3
,
3
,
4
,
4
,
3
},
{
0
,
6
,
6
,
4
,
6
,
4
,
5
,
3
,
6
,
5
,
4
,
3
,
4
,
4
,
4
,
2
},
...
...
@@ -4020,7 +4020,7 @@ static const uint8_t rv34_table_inter_thirdpat[NUM_INTER_TABLES][2][OTHERBLK_VLC
};
static
const
uint8_t
rv34_inter_coeff
vlc
[
NUM_INTER_TABLES
][
COEFF_VLC_SIZE
]
=
{
static
const
uint8_t
rv34_inter_coeff
[
NUM_INTER_TABLES
][
COEFF_VLC_SIZE
]
=
{
{
1
,
2
,
4
,
4
,
5
,
5
,
6
,
7
,
7
,
7
,
8
,
8
,
8
,
9
,
9
,
10
,
10
,
10
,
10
,
11
,
11
,
11
,
11
,
12
,
11
,
11
,
11
,
13
,
14
,
15
,
16
,
16
,
...
...
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