summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJian Zhou <zhoujian@google.com>2015-12-21 18:07:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-21 18:07:48 +0000
commit52e7f4153bbd06ec4fd0942c554544c7ede5911e (patch)
tree60b1459f528c7a2e92f196cf4796a11e35a046b9 /vpx_dsp
parentb597e3e188f90eef722bb0a0994c9cb44822407b (diff)
parentc91dd55eda7717d7a5f9726977138fb430cbbcfb (diff)
downloadlibvpx-52e7f4153bbd06ec4fd0942c554544c7ede5911e.tar
libvpx-52e7f4153bbd06ec4fd0942c554544c7ede5911e.tar.gz
libvpx-52e7f4153bbd06ec4fd0942c554544c7ede5911e.tar.bz2
libvpx-52e7f4153bbd06ec4fd0942c554544c7ede5911e.zip
Merge "Code clean of highbd_v_predictor_4x4"
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
-rw-r--r--vpx_dsp/x86/highbd_intrapred_sse2.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index 897913571..3f4fe1127 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -288,7 +288,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vpx_highbd_d153_predictor_4x4/;
add_proto qw/void vpx_highbd_v_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
- specialize qw/vpx_highbd_v_predictor_4x4/, "$sse_x86inc";
+ specialize qw/vpx_highbd_v_predictor_4x4/, "$sse2_x86inc";
add_proto qw/void vpx_highbd_tm_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd";
specialize qw/vpx_highbd_tm_predictor_4x4/, "$sse_x86inc";
diff --git a/vpx_dsp/x86/highbd_intrapred_sse2.asm b/vpx_dsp/x86/highbd_intrapred_sse2.asm
index b12d29c0a..9e6dcb50c 100644
--- a/vpx_dsp/x86/highbd_intrapred_sse2.asm
+++ b/vpx_dsp/x86/highbd_intrapred_sse2.asm
@@ -183,7 +183,7 @@ cglobal highbd_dc_predictor_32x32, 4, 5, 9, dst, stride, above, left, goffset
REP_RET
%endif
-INIT_MMX sse
+INIT_XMM sse2
cglobal highbd_v_predictor_4x4, 3, 3, 1, dst, stride, above
movq m0, [aboveq]
movq [dstq ], m0