Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c27ef0c8
Commit
c27ef0c8
authored
May 09, 2017
by
Nathan E. Egge
Committed by
Nathan Egge
May 10, 2017
Browse files
Fix ifdef guard on av1_set_mv_cdfs() declaration.
Change-Id: I253a3dfdc4329c19fd8c9aca32971c62cea864b3
parent
28791653
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymv.h
View file @
c27ef0c8
...
...
@@ -138,7 +138,7 @@ void av1_inc_mv(const MV *mv, nmv_context_counts *mvctx, const int usehp);
extern
const
aom_tree_index
av1_global_motion_types_tree
[
TREE_SIZE
(
GLOBAL_TRANS_TYPES
)];
#endif // CONFIG_GLOBAL_MOTION
#if CONFIG_EC_MULTISYMBOL
#if CONFIG_EC_MULTISYMBOL
&& !CONFIG_EC_ADAPT
void
av1_set_mv_cdfs
(
nmv_context
*
ctx
);
#endif
...
...
Write
Preview
Supports
Markdown
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