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
3f629bb7
Commit
3f629bb7
authored
Dec 02, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support 2x2 scan order in ext-tx
Change-Id: I6ff6916a76a1ebbd964ececb1d81e9df59234d92
parent
777a5630
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 @
3f629bb7
...
...
@@ -5276,10 +5276,10 @@ const SCAN_ORDER av1_inter_scan_orders[TX_SIZES_ALL][TX_TYPES] = {
#if CONFIG_CB4X4
{
// TX_2X2
{ default_scan_
4x4
, av1_default_iscan_
4x4
, default_scan_
4x4
_neighbors },
{ default_scan_
4x4
, av1_default_iscan_
4x4
, default_scan_
4x4
_neighbors },
{ default_scan_
4x4
, av1_default_iscan_
4x4
, default_scan_
4x4
_neighbors },
{ default_scan_
4x4
, av1_default_iscan_
4x4
, default_scan_
4x4
_neighbors },
{ default_scan_
2x2
, av1_default_iscan_
2x2
, default_scan_
2x2
_neighbors },
{ default_scan_
2x2
, av1_default_iscan_
2x2
, default_scan_
2x2
_neighbors },
{ default_scan_
2x2
, av1_default_iscan_
2x2
, default_scan_
2x2
_neighbors },
{ default_scan_
2x2
, av1_default_iscan_
2x2
, default_scan_
2x2
_neighbors },
#if CONFIG_EXT_TX
{ default_scan_4x4, av1_default_iscan_4x4, default_scan_4x4_neighbors },
{ default_scan_4x4, av1_default_iscan_4x4, default_scan_4x4_neighbors },
...
...
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