summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-04-01 23:36:17 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2015-04-01 23:36:17 -0700
commitb644384bb5cc8cf04a400f028e77d0e50c4f720d (patch)
tree440730d0fa6895749921f46e8ac9dbe8ca5aeca2 /vp9/common/vp9_rtcd_defs.pl
parent54210f706c8a8edd465ac8f95083a32b8981eb52 (diff)
parent8845334097d1cb03fc8d7a91c86f02235afc8da6 (diff)
downloadlibvpx-b644384bb5cc8cf04a400f028e77d0e50c4f720d.tar
libvpx-b644384bb5cc8cf04a400f028e77d0e50c4f720d.tar.gz
libvpx-b644384bb5cc8cf04a400f028e77d0e50c4f720d.tar.bz2
libvpx-b644384bb5cc8cf04a400f028e77d0e50c4f720d.zip
Merge "vp9: fix high-bitdepth NEON build"
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index b1a33f5a0..39b590835 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -499,7 +499,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_highbd_d153_predictor_4x4/;
add_proto qw/void vp9_highbd_v_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
- specialize qw/vp9_highbd_v_predictor_4x4 neon/, "$sse_x86inc";
+ specialize qw/vp9_highbd_v_predictor_4x4/, "$sse_x86inc";
add_proto qw/void vp9_highbd_tm_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
specialize qw/vp9_highbd_tm_predictor_4x4/, "$sse_x86inc";
@@ -577,7 +577,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_highbd_d153_predictor_16x16/;
add_proto qw/void vp9_highbd_v_predictor_16x16/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
- specialize qw/vp9_highbd_v_predictor_16x16 neon/, "$sse2_x86inc";
+ specialize qw/vp9_highbd_v_predictor_16x16/, "$sse2_x86inc";
add_proto qw/void vp9_highbd_tm_predictor_16x16/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
specialize qw/vp9_highbd_tm_predictor_16x16/, "$sse2_x86_64";