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
a4a1ca10
Commit
a4a1ca10
authored
Aug 29, 2014
by
Yunqing Wang
Committed by
Gerrit Code Review
Aug 29, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Minor fix in vp9_encoder.h"
parents
c29cc89c
96c43e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_encoder.h
+1
-1
No files found.
vp9/encoder/vp9_encoder.h
View file @
a4a1ca10
...
...
@@ -390,7 +390,7 @@ typedef struct VP9_COMP {
search_site_config
ss_cfg
;
int
mbmode_cost
[
INTRA_MODES
];
unsigned
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
INTER_MODES
];
unsigned
int
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
INTER_MODES
];
int
intra_uv_mode_cost
[
FRAME_TYPES
][
INTRA_MODES
];
int
y_mode_costs
[
INTRA_MODES
][
INTRA_MODES
][
INTRA_MODES
];
int
switchable_interp_costs
[
SWITCHABLE_FILTER_CONTEXTS
][
SWITCHABLE_FILTERS
];
...
...
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