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
947fa979
Commit
947fa979
authored
Mar 16, 2017
by
Joe Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error with ref_mv disabled
Change-Id: I6c5a843df7de0e711db27ccc5cfbe9fde8d6bae4
parent
c8af6112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
av1/common/entropymv.c
av1/common/entropymv.c
+1
-2
No files found.
av1/common/entropymv.c
View file @
947fa979
...
...
@@ -222,10 +222,9 @@ void av1_inc_mv(const MV *mv, nmv_context_counts *counts, const int usehp) {
}
void
av1_adapt_mv_probs
(
AV1_COMMON
*
cm
,
int
allow_hp
)
{
int
i
;
int
i
,
j
;
#if CONFIG_REF_MV
int
idx
;
int
j
;
for
(
idx
=
0
;
idx
<
NMV_CONTEXTS
;
++
idx
)
{
nmv_context
*
fc
=
&
cm
->
fc
->
nmvc
[
idx
];
const
nmv_context
*
pre_fc
=
...
...
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