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
653102ab
Commit
653102ab
authored
Nov 02, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused get_intra/inter_scan() from scan.h
Change-Id: I96fc1da1ce56593ae35ebbc93a668e4ba241234a
parent
8b5380ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
av1/common/scan.h
av1/common/scan.h
+0
-14
No files found.
av1/common/scan.h
View file @
653102ab
...
...
@@ -67,20 +67,6 @@ static INLINE int get_coef_context(const int16_t *neighbors,
1
;
}
static
INLINE
const
SCAN_ORDER
*
get_intra_scan
(
TX_SIZE
tx_size
,
TX_TYPE
tx_type
)
{
return
&
av1_intra_scan_orders
[
tx_size
][
tx_type
];
}
#if CONFIG_EXT_TX
extern
const
SCAN_ORDER
av1_inter_scan_orders
[
TX_SIZES_ALL
][
TX_TYPES
];
static
INLINE
const
SCAN_ORDER
*
get_inter_scan
(
TX_SIZE
tx_size
,
TX_TYPE
tx_type
)
{
return
&
av1_inter_scan_orders
[
tx_size
][
tx_type
];
}
#endif // CONFIG_EXT_TX
static
INLINE
const
SCAN_ORDER
*
get_scan
(
const
AV1_COMMON
*
cm
,
TX_SIZE
tx_size
,
TX_TYPE
tx_type
,
int
is_inter
)
{
#if CONFIG_ADAPT_SCAN
...
...
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