]> granicus.if.org Git - libvpx/commit
Add 0 offsets handling in SSSE3 sixtap_predict functions
authorYunqing Wang <yunqingwang@google.com>
Mon, 2 Jul 2012 23:50:48 +0000 (16:50 -0700)
committerYunqing Wang <yunqingwang@google.com>
Mon, 2 Jul 2012 23:50:48 +0000 (16:50 -0700)
commit147e864629623a4a0f66f40e0a717b60ed4a6377
treedcffdc104e4922ee0557985009c75fd0bc29e4f4
parentb29369856198c911a0e6a658d361936c178047d0
Add 0 offsets handling in SSSE3 sixtap_predict functions

This patch fixed issue 458 by calling copy function when both
offsets are 0, which guarantees the SSSE3 functions output
same result as the c function for all possible offsets.

Change-Id: I209aec7a4c6b3362db2646a8887c1038493b6496
vp8/common/x86/vp8_asm_stubs.c