summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorJian Zhou <zhoujian@google.com>2015-12-21 11:52:23 -0800
committerJian Zhou <zhoujian@google.com>2015-12-22 16:06:54 -0800
commita4c265f1b79ae3ba66b3c124e1a1995663d76cd4 (patch)
tree5f72dcdb4adc8f34b44532390b11104113dc991e /vpx_dsp/vpx_dsp_rtcd_defs.pl
parenta9dd8a73084ceae46a3cbe4a4e8325063c37777d (diff)
downloadlibvpx-a4c265f1b79ae3ba66b3c124e1a1995663d76cd4.tar
libvpx-a4c265f1b79ae3ba66b3c124e1a1995663d76cd4.tar.gz
libvpx-a4c265f1b79ae3ba66b3c124e1a1995663d76cd4.tar.bz2
libvpx-a4c265f1b79ae3ba66b3c124e1a1995663d76cd4.zip
Code clean of highbd_dc_predictor_32x32
Remove the ARCH_X86_64 constraint. Change-Id: I7d2545fc4f24eb352cf3e03082fc4d48d46fbb09
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index a2a067457..23d7a243d 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -438,7 +438,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vpx_highbd_tm_predictor_32x32/, "$sse2_x86_64_x86inc";
add_proto qw/void vpx_highbd_dc_predictor_32x32/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
- specialize qw/vpx_highbd_dc_predictor_32x32/, "$sse2_x86_64_x86inc";
+ specialize qw/vpx_highbd_dc_predictor_32x32/, "$sse2_x86inc";
add_proto qw/void vpx_highbd_dc_top_predictor_32x32/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
specialize qw/vpx_highbd_dc_top_predictor_32x32/;