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
220c645a
Commit
220c645a
authored
Aug 26, 2016
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gcc compiler warnings in ref-mv
Change-Id: I129476e2b8294e660c64723cbc74eb055458c19c
parent
02b3af04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
av1/common/mvref_common.h
av1/common/mvref_common.h
+3
-3
No files found.
av1/common/mvref_common.h
View file @
220c645a
...
...
@@ -374,9 +374,9 @@ static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf,
}
}
static
int16_t
av1_mode_context_analyzer
(
const
int16_t
*
const
mode_context
,
const
MV_REFERENCE_FRAME
*
const
rf
,
BLOCK_SIZE
bsize
,
int
block
)
{
static
INLINE
int16_t
av1_mode_context_analyzer
(
const
int16_t
*
const
mode_context
,
const
MV_REFERENCE_FRAME
*
const
rf
,
BLOCK_SIZE
bsize
,
int
block
)
{
int16_t
mode_ctx
=
0
;
int8_t
ref_frame_type
=
av1_ref_frame_type
(
rf
);
...
...
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