quantize ssse3: copy implementation to intrinsics
authorJohann <johannkoenig@google.com>
Wed, 16 Aug 2017 20:10:59 +0000 (13:10 -0700)
committerJohann <johannkoenig@google.com>
Thu, 24 Aug 2017 14:47:51 +0000 (07:47 -0700)
commit1787e7dbe09ac71052a785ce2f64f04b7075524f
tree1de7a768b8a0b7f8a6801c567c084df8782f7b99
parent2dc0a5132da161265c302f5f5cd55398c1b4b75c
quantize ssse3: copy implementation to intrinsics

Still does not pass tests. Does match the previous assembly, although
saving the sign before multiplying is dubious.

Change-Id: Ia163f18c755aba542d6e93f7bf7343184660df5a
test/vp9_quantize_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/quantize_ssse3.c
vpx_dsp/x86/quantize_ssse3_x86_64.asm [deleted file]