summaryrefslogtreecommitdiff
path: root/vp10/decoder/decodeframe.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-09-08 14:35:24 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-09-16 19:35:53 -0400
commit43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d (patch)
tree173aeb0cfa0e7078e09497465c25c9f0791bb903 /vp10/decoder/decodeframe.c
parent00a203b7bc735e20a5d0a0cc6857983c859d077e (diff)
downloadlibvpx-43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d.tar
libvpx-43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d.tar.gz
libvpx-43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d.tar.bz2
libvpx-43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d.zip
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
Diffstat (limited to 'vp10/decoder/decodeframe.c')
0 files changed, 0 insertions, 0 deletions