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
c2b43164
Commit
c2b43164
authored
Feb 09, 2011
by
John Koleszar
Committed by
Code Review
Feb 09, 2011
Browse files
Options
Browse Files
Download
Plain Diff
Merge "correct cost for implicit bit in mvs"
parents
a39b5af1
9954d05c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp8/encoder/encodemv.c
vp8/encoder/encodemv.c
+1
-1
No files found.
vp8/encoder/encodemv.c
View file @
c2b43164
...
...
@@ -128,7 +128,7 @@ static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc)
while
(
--
i
>
3
);
if
(
x
&
24
0
)
if
(
x
&
0xFFF
0
)
cost
+=
vp8_cost_bit
(
p
[
MVPbits
+
3
],
(
x
>>
3
)
&
1
);
}
...
...
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