Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
63c1c3ee
Commit
63c1c3ee
authored
Aug 01, 2014
by
Jim Bankoski
Committed by
Gerrit Code Review
Aug 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
energy -> int to avoid unsigned / signed mismatch
Change-Id: Idd1327852f0df0eab0ea3b33959f2b8292b77301
parent
967c7c08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_block.h
vp9/encoder/vp9_block.h
+1
-1
No files found.
vp9/encoder/vp9_block.h
View file @
63c1c3ee
...
...
@@ -66,7 +66,7 @@ struct macroblock {
int
sadperbit4
;
int
rddiv
;
int
rdmult
;
unsigned
int
mb_energy
;
int
mb_energy
;
int
mv_best_ref_index
[
MAX_REF_FRAMES
];
unsigned
int
max_mv_context
[
MAX_REF_FRAMES
];
...
...
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