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
2f743143
Commit
2f743143
authored
Aug 20, 2012
by
Ronald S. Bultje
Browse files
Fix typo.
Change-Id: I95217ce52675ad00637fc8f60d4d0dd054efd512
parent
5d4cffb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
2f743143
...
...
@@ -4144,7 +4144,7 @@ int64_t vp8_rd_pick_inter_mode_sb(VP8_COMP *cpi, MACROBLOCK *x,
saddone
=
1
;
}
vp8_mv_pred
(
cpi
,
x
s
,
xd
->
mode_info_context
,
&
mvp
,
vp8_mv_pred
(
cpi
,
x
d
,
xd
->
mode_info_context
,
&
mvp
,
xd
->
mode_info_context
->
mbmi
.
ref_frame
,
cpi
->
common
.
ref_frame_sign_bias
,
&
sr
,
&
near_sadidx
[
0
]);
...
...
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