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
Xiph.Org
aom-rav1e
Commits
94e08299
Commit
94e08299
authored
Apr 03, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Apr 03, 2014
Browse files
Merge "Fixing typo in cal_nmvjointsadcost()."
parents
5c185a05
af9ca7d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
94e08299
...
...
@@ -1002,7 +1002,7 @@ static void cal_nmvjointsadcost(int *mvjointsadcost) {
mvjointsadcost
[
0
]
=
600
;
mvjointsadcost
[
1
]
=
300
;
mvjointsadcost
[
2
]
=
300
;
mvjointsadcost
[
0
]
=
300
;
mvjointsadcost
[
3
]
=
300
;
}
static
void
cal_nmvsadcosts
(
int
*
mvsadcost
[
2
])
{
...
...
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