vpxdsp: [x86] add highbd_d63_predictor functions
authorScott LaVarnway <slavarnway@google.com>
Wed, 13 Sep 2017 01:01:31 +0000 (18:01 -0700)
committerScott LaVarnway <slavarnway@google.com>
Tue, 19 Sep 2017 22:47:22 +0000 (15:47 -0700)
commitbc86e2c6a25ad3e7efb02875542f1525db4bea42
tree63b7f08dea847f2bbce7c90881d31ce46159a4a4
parentc39cd9235ece2e55f0cc84fb0f9f5e698146ee9c
vpxdsp: [x86] add highbd_d63_predictor functions

C vs SSE2 speed gains:
_4x4 : ~2.94x

C vs SSSE3 speed gains:
_8x8 : ~8.69x
_16x16 : ~6.32x
_32x32 : ~5.33x

BUG=webm:1411

Change-Id: I2c35b527eac2229f17aaa9d118fb601e7195efe4
test/test_intra_pred_speed.cc
test/vp9_intrapred_test.cc
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_intrapred_intrin_sse2.c
vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c