Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
11d5f73a
Commit
11d5f73a
authored
May 05, 2017
by
Yue Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 16x4 col iscan
Change-Id: Ib6f8b94c82fee8546d741f4472f42c342cbdd55c
parent
1ae93c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
av1/common/scan.c
av1/common/scan.c
+4
-4
No files found.
av1/common/scan.c
View file @
11d5f73a
...
...
@@ -4343,10 +4343,10 @@ DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_4x16[64]) = {
};
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_16x4[64]) = {
0,
16, 32
,
4
8,
1,
1
7
,
33, 49
, 2,
18
, 3
4
,
5
0,
3, 19, 35, 51
,
4, 20, 36
, 5
2
,
5
,
2
1,
3
7,
53, 6,
2
2
, 3
8
,
54, 7, 23
,
3
9, 5
5
,
8
,
24
,
4
0,
56, 9,
2
5
,
41, 57, 10, 26, 42, 58, 11, 27, 43, 59
,
12, 28, 44, 60
, 1
3
, 2
9
,
45
,
6
1,
14
, 3
0
, 4
6
,
62, 15, 31, 47
, 63,
0,
4
, 8,
12,
1
6
,
20, 24
, 2
8
,
32
, 3
6
,
4
0,
44, 48, 52, 56, 60
,
1
, 5,
9
, 1
3
,
1
7,
21, 25,
2
9
, 3
3
,
37, 41, 45
,
4
9, 5
3, 57, 61
,
2
,
6
,
1
0,
14, 18,
2
2
,
26, 30, 34, 38, 42, 46, 50, 54, 58, 62
,
3, 7, 11, 15
, 1
9
, 2
3
,
27
,
3
1,
35
, 3
9
, 4
3
,
47, 51, 55, 59
, 63,
};
#endif // CONFIG_EXT_TX
...
...
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