summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2014-05-07 10:09:04 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-05-07 10:09:04 -0700
commit1354d0bb3962c69ea7f2c32334311ab8d2960d6a (patch)
tree4d1a616f9beeafb487f678490d7453fcc6fccf32 /vp9/common/vp9_rtcd_defs.pl
parent58cf8bef86547811d531439ca3ff8392826b7871 (diff)
parent33b1c457ed34879887beb5adec1e4c45daa4dd37 (diff)
downloadlibvpx-1354d0bb3962c69ea7f2c32334311ab8d2960d6a.tar
libvpx-1354d0bb3962c69ea7f2c32334311ab8d2960d6a.tar.gz
libvpx-1354d0bb3962c69ea7f2c32334311ab8d2960d6a.tar.bz2
libvpx-1354d0bb3962c69ea7f2c32334311ab8d2960d6a.zip
Merge "Revert "Add an MMX fwht4x4""
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 de69772d3..63380d69d 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -693,7 +693,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 mmx/;
+specialize qw/vp9_fwht4x4/;
add_proto qw/void vp9_fdct4x4/, "const int16_t *input, int16_t *output, int stride";
specialize qw/vp9_fdct4x4 sse2 avx2/;