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
09c4e5c5
Commit
09c4e5c5
authored
Jun 04, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indeo2: Drop disabled big-endian ir2_codes table
Only the little-endian variant of the table is ever used.
parent
b7f98659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
+0
-39
indeo2data.h
libavcodec/indeo2data.h
+0
-39
No files found.
libavcodec/indeo2data.h
View file @
09c4e5c5
...
...
@@ -26,7 +26,6 @@
#define IR2_CODES 143
static
const
uint16_t
ir2_codes
[
IR2_CODES
][
2
]
=
{
#ifdef BITSTREAM_READER_LE
{
0x0000
,
3
},
{
0x0004
,
3
},
{
0x0006
,
3
},
{
0x0001
,
5
},
{
0x0009
,
5
},
{
0x0019
,
5
},
{
0x000D
,
5
},
{
0x001D
,
5
},
{
0x0023
,
6
},
{
0x0013
,
6
},
{
0x0033
,
6
},
{
0x000B
,
6
},
...
...
@@ -63,44 +62,6 @@ static const uint16_t ir2_codes[IR2_CODES][2] = {
{
0x003B
,
6
},
{
0x0047
,
8
},
{
0x00C7
,
8
},
{
0x0017
,
8
},
{
0x00D7
,
8
},
{
0x0077
,
8
},
{
0x010F
,
9
},
{
0x004F
,
9
},
{
0x01CF
,
9
},
{
0x00AF
,
9
},
{
0x016F
,
9
},
#else
{
0x0000
,
3
},
{
0x0001
,
3
},
{
0x0003
,
3
},
{
0x0010
,
5
},
{
0x0012
,
5
},
{
0x0013
,
5
},
{
0x0016
,
5
},
{
0x0017
,
5
},
{
0x0031
,
6
},
{
0x0032
,
6
},
{
0x0033
,
6
},
{
0x0034
,
6
},
{
0x0035
,
6
},
{
0x0036
,
6
},
{
0x00E0
,
8
},
{
0x00E1
,
8
},
{
0x00E4
,
8
},
{
0x00E5
,
8
},
{
0x00E6
,
8
},
{
0x00E7
,
8
},
{
0x00E9
,
8
},
{
0x00EA
,
8
},
{
0x00EC
,
8
},
{
0x00ED
,
8
},
{
0x00EF
,
8
},
{
0x01E0
,
9
},
{
0x01E2
,
9
},
{
0x01E3
,
9
},
{
0x01E5
,
9
},
{
0x01E6
,
9
},
{
0x01E8
,
9
},
{
0x01E9
,
9
},
{
0x01EB
,
9
},
{
0x01EC
,
9
},
{
0x01EE
,
9
},
{
0x01EF
,
9
},
{
0x03E0
,
10
},
{
0x03E1
,
10
},
{
0x03E2
,
10
},
{
0x03E3
,
10
},
{
0x03E4
,
10
},
{
0x03E5
,
10
},
{
0x03E6
,
10
},
{
0x03E7
,
10
},
{
0x03E8
,
10
},
{
0x03E9
,
10
},
{
0x03EA
,
10
},
{
0x03EB
,
10
},
{
0x03EC
,
10
},
{
0x03ED
,
10
},
{
0x03EE
,
10
},
{
0x03EF
,
10
},
{
0x1F80
,
13
},
{
0x1F81
,
13
},
{
0x1F82
,
13
},
{
0x1F83
,
13
},
{
0x1F84
,
13
},
{
0x1F85
,
13
},
{
0x1F86
,
13
},
{
0x1F87
,
13
},
{
0x1F88
,
13
},
{
0x1F89
,
13
},
{
0x1F8A
,
13
},
{
0x1F8B
,
13
},
{
0x1F8C
,
13
},
{
0x1F8D
,
13
},
{
0x1F8E
,
13
},
{
0x1F8F
,
13
},
{
0x1F90
,
13
},
{
0x1F91
,
13
},
{
0x1F92
,
13
},
{
0x1F93
,
13
},
{
0x1F94
,
13
},
{
0x1F95
,
13
},
{
0x1F96
,
13
},
{
0x1F97
,
13
},
{
0x1F98
,
13
},
{
0x1F99
,
13
},
{
0x1F9A
,
13
},
{
0x1F9B
,
13
},
{
0x1F9C
,
13
},
{
0x1F9D
,
13
},
{
0x1F9E
,
13
},
{
0x1F9F
,
13
},
{
0x1FA0
,
13
},
{
0x1FA1
,
13
},
{
0x1FA2
,
13
},
{
0x1FA3
,
13
},
{
0x1FA4
,
13
},
{
0x1FA5
,
13
},
{
0x1FA6
,
13
},
{
0x1FA7
,
13
},
{
0x1FA8
,
13
},
{
0x1FA9
,
13
},
{
0x1FAA
,
13
},
{
0x1FAB
,
13
},
{
0x1FAC
,
13
},
{
0x1FAD
,
13
},
{
0x1FAE
,
13
},
{
0x1FAF
,
13
},
{
0x1FB0
,
13
},
{
0x1FB1
,
13
},
{
0x1FB2
,
13
},
{
0x1FB3
,
13
},
{
0x1FB4
,
13
},
{
0x1FB5
,
13
},
{
0x1FB6
,
13
},
{
0x1FB7
,
13
},
{
0x1FB8
,
13
},
{
0x1FB9
,
13
},
{
0x1FBA
,
13
},
{
0x1FBB
,
13
},
{
0x1FBC
,
13
},
{
0x1FBD
,
13
},
{
0x1FBE
,
13
},
{
0x1FBF
,
13
},
{
0x3F80
,
14
},
{
0x3F81
,
14
},
{
0x3F82
,
14
},
{
0x3F83
,
14
},
{
0x3F84
,
14
},
{
0x3F85
,
14
},
{
0x3F86
,
14
},
{
0x3F87
,
14
},
{
0x3F88
,
14
},
{
0x3F89
,
14
},
{
0x3F8A
,
14
},
{
0x0002
,
3
},
{
0x0011
,
5
},
{
0x0014
,
5
},
{
0x0015
,
5
},
{
0x0030
,
6
},
{
0x0037
,
6
},
{
0x00E2
,
8
},
{
0x00E3
,
8
},
{
0x00E8
,
8
},
{
0x00EB
,
8
},
{
0x00EE
,
8
},
{
0x01E1
,
9
},
{
0x01E4
,
9
},
{
0x01E7
,
9
},
{
0x01EA
,
9
},
{
0x01ED
,
9
},
#endif
};
static
const
uint8_t
ir2_delta_table
[
4
][
256
]
=
{
...
...
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