summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2014-05-05 14:10:41 -0700
committerAlex Converse <aconverse@google.com>2014-05-05 15:10:48 -0700
commit89fbf3de501b5d7fd90047192521eae3198705cd (patch)
tree6fad58d59c89d701eddf8cd9bd61ca652e861b47 /vp9/common/vp9_rtcd_defs.pl
parent9f9f87c7f685eb743c8fd45b98d2f3c60ed93717 (diff)
downloadlibvpx-89fbf3de501b5d7fd90047192521eae3198705cd.tar
libvpx-89fbf3de501b5d7fd90047192521eae3198705cd.tar.gz
libvpx-89fbf3de501b5d7fd90047192521eae3198705cd.tar.bz2
libvpx-89fbf3de501b5d7fd90047192521eae3198705cd.zip
Add an MMX fwht4x4
7% faster encoding a desktop lossless at RT speed 4. Change-Id: I41627f5b737752616b6512bb91a36ec45995bf64
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index d4c306507..68cb5bcb4 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -701,7 +701,7 @@ add_proto qw/void vp9_fht16x16/, "const int16_t *input, int16_t *output, int str
specialize qw/vp9_fht16x16 sse2 avx2/;
add_proto qw/void vp9_fwht4x4/, "const int16_t *input, int16_t *output, int stride";
-specialize qw/vp9_fwht4x4/;
+specialize qw/vp9_fwht4x4 mmx/;
add_proto qw/void vp9_fdct4x4/, "const int16_t *input, int16_t *output, int stride";
specialize qw/vp9_fdct4x4 sse2 avx2/;