]> granicus.if.org Git - libvpx/commit
Faster 8t filtering
authorScott LaVarnway <slavarnway@google.com>
Fri, 26 Oct 2012 00:24:50 +0000 (17:24 -0700)
committerScott LaVarnway <slavarnway@google.com>
Fri, 26 Oct 2012 00:24:50 +0000 (17:24 -0700)
commitce811f87c49d8dbd0f11895d1105310fe061bc5f
tree08179197e3dc59f48db528668e92d367e43a5706
parentd3465a53523878052f75cc80fe7603b3fcaff2aa
Faster 8t filtering

Quickly modified the ssse3 sixtap filters to support eight taps.  For the test
clip used, a 23+% boost in decoder performance was seen.  We can
revisit later and improve further.

Change-Id: I5f59860459e80d6fa23e6cc0fd91296a969f5240
vp8/common/filter.c
vp8/common/rtcd_defs.sh
vp8/common/x86/subpixel_8t_ssse3.asm [new file with mode: 0644]
vp8/common/x86/vp8_asm_stubs.c
vp8/vp8_common.mk