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
Yushin Cho
aom-rav1e
Commits
04c91f53
Commit
04c91f53
authored
Sep 25, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 25, 2014
Browse files
Merge "Fix IOCs"
parents
845d4f33
e6165041
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/mcomp.c
View file @
04c91f53
...
...
@@ -393,8 +393,8 @@ int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
#endif
/* central mv */
bestmv
->
as_mv
.
row
<<
=
3
;
bestmv
->
as_mv
.
col
<<
=
3
;
bestmv
->
as_mv
.
row
*
=
8
;
bestmv
->
as_mv
.
col
*
=
8
;
startmv
=
*
bestmv
;
/* calculate central point error */
...
...
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