Remove vp9_idct16x16_10_add_ssse3()
authorYaowu Xu <yaowu@google.com>
Thu, 30 Apr 2015 16:01:49 +0000 (09:01 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 30 Apr 2015 16:07:30 +0000 (09:07 -0700)
commit47767609fed41f0273d4786f0e26f3d44f60500e
tree6bef88dea11d0339a3353b15d476b3eda6921f7d
parent486a73a9ce6983671280d883a3bf19558ec3102e
Remove vp9_idct16x16_10_add_ssse3()

The rotation computation using 2X of cos(pi/16) has a potential to
overflow 32 bit, this commit disable the function to allow further
investigation and optimization.

Change-Id: I4a9803bc71303d459cb1ec5bbd7c4aaf8968e5cf
test/partial_idct_test.cc
vp9/common/vp9_rtcd_defs.pl
vp9/common/x86/vp9_idct_intrin_ssse3.c [deleted file]
vp9/vp9_common.mk