Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
18a4bd25
Commit
18a4bd25
authored
Oct 18, 2013
by
Dmitry Kovalev
Browse files
Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV.
Change-Id: Ie5ec392904d03fd5485474b33be8408108e9d3c9
parent
4e6c799e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_block.h
View file @
18a4bd25
...
...
@@ -114,7 +114,7 @@ struct macroblock {
int
**
mvsadcost
;
int
mbmode_cost
[
MB_MODE_COUNT
];
unsigned
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
MB_MODE_COUNT
-
NEARESTMV
];
unsigned
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
INTER_MODES
];
int
intra_uv_mode_cost
[
2
][
MB_MODE_COUNT
];
int
y_mode_costs
[
INTRA_MODES
][
INTRA_MODES
][
INTRA_MODES
];
int
switchable_interp_costs
[
SWITCHABLE_FILTERS
+
1
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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