Merge "change the order of inter modes evaluated"
This commit is contained in:
commit
3119c24658
@ -615,9 +615,9 @@ typedef struct {
|
||||
static const REF_MODE ref_mode_set[RT_INTER_MODES] = {
|
||||
{LAST_FRAME, ZEROMV},
|
||||
{LAST_FRAME, NEARESTMV},
|
||||
{GOLDEN_FRAME, ZEROMV},
|
||||
{LAST_FRAME, NEARMV},
|
||||
{LAST_FRAME, NEWMV},
|
||||
{GOLDEN_FRAME, ZEROMV},
|
||||
{GOLDEN_FRAME, NEARESTMV},
|
||||
{GOLDEN_FRAME, NEARMV},
|
||||
{GOLDEN_FRAME, NEWMV}
|
||||
|
Loading…
x
Reference in New Issue
Block a user