Merge "changed mode checking order"
This commit is contained in:
commit
6ac5b7db2c
@ -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},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user