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
Xiph.Org
aom-rav1e
Commits
f3ed9f55
Commit
f3ed9f55
authored
Jul 18, 2013
by
Paul Wilkins
Browse files
Alignment of THR_MODES to vp9_mode_order[]
Change-Id: I4032dd0442043543954dcb3724df974b7cc7e515
parent
710d10c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_int.h
View file @
f3ed9f55
...
...
@@ -141,13 +141,15 @@ typedef struct {
MBGRAPH_MB_STATS
*
mb_stats
;
}
MBGRAPH_FRAME_STATS
;
// This enumerator type needs to be kept aligned with the mode order in
// const MODE_DEFINITION vp9_mode_order[MAX_MODES] used in the rd code.
typedef
enum
{
THR_ZEROMV
,
THR_DC
,
THR_NEARESTMV
,
THR_NEARMV
,
THR_ZEROMV
,
THR_DC
,
THR_ZEROG
,
THR_NEARESTG
,
...
...
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