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
6ac5b7db
Commit
6ac5b7db
authored
Jul 17, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 17, 2013
Browse files
Merge "changed mode checking order"
parents
a7a1e961
42facc29
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
6ac5b7db
...
...
@@ -53,12 +53,12 @@ DECLARE_ALIGNED(16, extern const uint8_t,
#define SPLITMV 0x10000
const
MODE_DEFINITION
vp9_mode_order
[
MAX_MODES
]
=
{
{
ZEROMV
,
LAST_FRAME
,
NONE
},
{
DC_PRED
,
INTRA_FRAME
,
NONE
},
{
NEARESTMV
,
LAST_FRAME
,
NONE
},
{
NEARMV
,
LAST_FRAME
,
NONE
},
{
ZEROMV
,
LAST_FRAME
,
NONE
},
{
DC_PRED
,
INTRA_FRAME
,
NONE
},
{
ZEROMV
,
GOLDEN_FRAME
,
NONE
},
{
NEARESTMV
,
GOLDEN_FRAME
,
NONE
},
...
...
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