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
Yushin Cho
aom-rav1e
Commits
a9d1af6f
Commit
a9d1af6f
authored
Jan 29, 2016
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style fixes:scan.c scan_orders
Change-Id: I4c80319cc7c4594cd6b94cb93fad2628d558c6da
parent
99e28b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
vp10/common/scan.c
vp10/common/scan.c
+9
-11
No files found.
vp10/common/scan.c
View file @
a9d1af6f
...
...
@@ -716,15 +716,13 @@ const scan_order vp10_scan_orders[TX_SIZES][TX_TYPES] = {
{
col_scan_16x16
,
vp10_col_iscan_16x16
,
col_scan_16x16_neighbors
},
{
default_scan_16x16
,
vp10_default_iscan_16x16
,
default_scan_16x16_neighbors
}
},
{
// TX_32X32
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
}
{
// TX_32X32
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_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