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
e727bcf7
Commit
e727bcf7
authored
Feb 14, 2014
by
Jim Bankoski
Committed by
Gerrit Code Review
Feb 14, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp9_mcomp.c visual studio warnings resolved"
parents
0c7fbe00
6025ec79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.c
+2
-2
No files found.
vp9/encoder/vp9_mcomp.c
View file @
e727bcf7
...
...
@@ -871,10 +871,10 @@ int vp9_full_range_search_c(const MACROBLOCK *x, MV *ref_mv, MV *best_mv,
MV
this_mv
;
int
bestsad
=
INT_MAX
;
unsigned
int
bestsad
=
INT_MAX
;
int
ref_row
,
ref_col
;
int
thissad
;
unsigned
int
thissad
;
const
MV
fcenter_mv
=
{
center_mv
->
row
>>
3
,
center_mv
->
col
>>
3
};
const
int
*
mvjsadcost
=
x
->
nmvjointsadcost
;
...
...
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