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
42facc29
Commit
42facc29
authored
Jul 17, 2013
by
Yaowu Xu
Browse files
changed mode checking order
Change-Id: Ic4c4b363ed840935e42f495f13ea5e601a56f1b2
parent
83c7e13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
42facc29
...
...
@@ -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