]> granicus.if.org Git - libvpx/commit
vpxdsp: [x86] add highbd_h_predictor functions
authorScott LaVarnway <slavarnway@google.com>
Mon, 28 Aug 2017 14:26:08 +0000 (07:26 -0700)
committerScott LaVarnway <slavarnway@google.com>
Tue, 29 Aug 2017 00:31:18 +0000 (17:31 -0700)
commit30d9a1916ca1409497f9bd903fa18d4265621266
treeccd324ddbd43d80d8239f1ceb3860478af1a9850
parent255241c6d0c35062928c59f363c85e4a75d3aecf
vpxdsp: [x86] add highbd_h_predictor functions

C vs SSE2 speed gains:
_4x4 : ~8.12x
_8x8 : ~9.71x
_16x16 : ~8.21x
_32x32 : ~5.0x

BUG=webm:1422

Change-Id: I5e8a1ed4db7b8dc539b3e2a728b0b34d8b4b1993
test/test_intra_pred_speed.cc
test/vp9_intrapred_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_intrapred_intrin_sse2.c [new file with mode: 0644]