vp10: remove double MV value check.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 18:35:24 +0000 (14:35 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 16 Sep 2015 23:35:53 +0000 (19:35 -0400)
commit43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d
tree173aeb0cfa0e7078e09497465c25c9f0791bb903
parent00a203b7bc735e20a5d0a0cc6857983c859d077e
vp10: remove double MV value check.

This has virtually no effect on coding efficiency, but it is more
logical from a theoretical perspective (since it makes no sense to
me that you would exclude a MV from a list just because it's sign-
inversed value is identical to a value already in a list), and it
also makes the code simpler (it removes a duplicate value check in
cases where signbias is equal between the two MVs being compared).

See issue 662.

Change-Id: I23e607c6de150b9f11d1372fb2868b813c322d37
vp10/common/mvref_common.c
vp10/common/mvref_common.h