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
a325233a
Commit
a325233a
authored
Jun 14, 2017
by
Nathan E. Egge
Committed by
Nathan Egge
Jun 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the av1_inter_mode_tree[] constants.
Change-Id: Id5a9a5d0b2ea98d0354dbe8fa5ed11bd6d02e4c8
parent
8657ad75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
av1/common/entropymode.c
av1/common/entropymode.c
+0
-5
av1/common/entropymode.h
av1/common/entropymode.h
+0
-1
No files found.
av1/common/entropymode.c
View file @
a325233a
...
...
@@ -1279,11 +1279,6 @@ const aom_tree_index av1_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
};
#endif // CONFIG_ALT_INTRA
const
aom_tree_index
av1_inter_mode_tree
[
TREE_SIZE
(
INTER_MODES
)]
=
{
-
INTER_OFFSET
(
ZEROMV
),
2
,
-
INTER_OFFSET
(
NEARESTMV
),
4
,
-
INTER_OFFSET
(
NEARMV
),
-
INTER_OFFSET
(
NEWMV
)
};
#if CONFIG_EXT_INTER
/* clang-format off */
#if CONFIG_INTERINTRA
...
...
av1/common/entropymode.h
View file @
a325233a
...
...
@@ -482,7 +482,6 @@ extern const aom_prob av1_default_palette_uv_color_index_prob
#endif // CONFIG_PALETTE
extern
const
aom_tree_index
av1_intra_mode_tree
[
TREE_SIZE
(
INTRA_MODES
)];
extern
const
aom_tree_index
av1_inter_mode_tree
[
TREE_SIZE
(
INTER_MODES
)];
extern
int
av1_intra_mode_ind
[
INTRA_MODES
];
extern
int
av1_intra_mode_inv
[
INTRA_MODES
];
#if 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