Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
28bd7673
Commit
28bd7673
authored
Aug 26, 2015
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove vp10_default_scan_orders[] that is unused
Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461
parent
7105df53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
vp10/common/scan.c
vp10/common/scan.c
+0
-7
vp10/common/scan.h
vp10/common/scan.h
+0
-1
No files found.
vp10/common/scan.c
View file @
28bd7673
...
...
@@ -695,13 +695,6 @@ DECLARE_ALIGNED(16, static const int16_t, vp10_default_iscan_32x32[1024]) = {
1023
,
};
const
scan_order
vp10_default_scan_orders
[
TX_SIZES
]
=
{
{
default_scan_4x4
,
vp10_default_iscan_4x4
,
default_scan_4x4_neighbors
},
{
default_scan_8x8
,
vp10_default_iscan_8x8
,
default_scan_8x8_neighbors
},
{
default_scan_16x16
,
vp10_default_iscan_16x16
,
default_scan_16x16_neighbors
},
{
default_scan_32x32
,
vp10_default_iscan_32x32
,
default_scan_32x32_neighbors
},
};
const
scan_order
vp10_scan_orders
[
TX_SIZES
][
TX_TYPES
]
=
{
{
// TX_4X4
{
default_scan_4x4
,
vp10_default_iscan_4x4
,
default_scan_4x4_neighbors
},
...
...
vp10/common/scan.h
View file @
28bd7673
...
...
@@ -29,7 +29,6 @@ typedef struct {
const
int16_t
*
neighbors
;
}
scan_order
;
extern
const
scan_order
vp10_default_scan_orders
[
TX_SIZES
];
extern
const
scan_order
vp10_scan_orders
[
TX_SIZES
][
TX_TYPES
];
static
INLINE
int
get_coef_context
(
const
int16_t
*
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