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
584366a4
Commit
584366a4
authored
May 19, 2017
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visible
parent
19bb2cad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
mpegvideoenc.c
libavcodec/x86/mpegvideoenc.c
+8
-4
No files found.
libavcodec/x86/mpegvideoenc.c
View file @
584366a4
...
@@ -29,10 +29,14 @@
...
@@ -29,10 +29,14 @@
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
DECLARE_ALIGNED
(
16
,
static
const
uint16_t
,
inv_zigzag_direct16
)[
64
]
=
{
DECLARE_ALIGNED
(
16
,
static
const
uint16_t
,
inv_zigzag_direct16
)[
64
]
=
{
1
,
2
,
6
,
7
,
15
,
16
,
28
,
29
,
3
,
5
,
8
,
14
,
17
,
27
,
30
,
43
,
4
,
9
,
13
,
1
,
2
,
6
,
7
,
15
,
16
,
28
,
29
,
18
,
26
,
31
,
42
,
44
,
10
,
12
,
19
,
25
,
32
,
41
,
45
,
54
,
11
,
20
,
24
,
33
,
40
,
46
,
3
,
5
,
8
,
14
,
17
,
27
,
30
,
43
,
53
,
55
,
21
,
23
,
34
,
39
,
47
,
52
,
56
,
61
,
22
,
35
,
38
,
48
,
51
,
57
,
60
,
62
,
36
,
4
,
9
,
13
,
18
,
26
,
31
,
42
,
44
,
37
,
49
,
50
,
58
,
59
,
63
,
64
,
10
,
12
,
19
,
25
,
32
,
41
,
45
,
54
,
11
,
20
,
24
,
33
,
40
,
46
,
53
,
55
,
21
,
23
,
34
,
39
,
47
,
52
,
56
,
61
,
22
,
35
,
38
,
48
,
51
,
57
,
60
,
62
,
36
,
37
,
49
,
50
,
58
,
59
,
63
,
64
,
};
};
#if HAVE_6REGS
#if HAVE_6REGS
...
...
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