]> granicus.if.org Git - libvpx/commit
vpxdsp: [x86] add highbd_d135_predictor functions
authorScott LaVarnway <slavarnway@google.com>
Fri, 29 Sep 2017 13:34:16 +0000 (06:34 -0700)
committerScott LaVarnway <slavarnway@google.com>
Fri, 29 Sep 2017 15:56:38 +0000 (08:56 -0700)
commit3bbd62ed27ee43a685a1b7b93e985e8c14e528a1
tree1ec3ada42a726b39992dcf6078b6401ec9bfb71b
parent4cae64c32c65a70e7c7d228f885cfc4bce0d5c41
vpxdsp: [x86] add highbd_d135_predictor functions

C vs SSE2 speed gains:
_4x4 : ~1.81x

C vs SSSE3 speed gains:
_8x8 : ~1.96x
_16x16 : ~1.88x
_32x32 : ~2.02x

BUG=webm:1411

Change-Id: Iefaf8b39afbbfe34c1ad1d21e3a003b20f1f61e0
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