]> granicus.if.org Git - libvpx/commit
WIP: Added sse2 version of vp9_mb_lpf_horizontal_edge_w
authorScott LaVarnway <slavarnway@google.com>
Sat, 12 Jan 2013 01:11:04 +0000 (17:11 -0800)
committerScott LaVarnway <slavarnway@google.com>
Sat, 12 Jan 2013 01:11:04 +0000 (17:11 -0800)
commitb20ce07d76d9b8fa2230bfccdd11324b565e39c0
treeeddfcc07f3c9663992bdb77986e64074b51d5dfc
parent4987c0f07e1791099fe87199b27a2804079f62f0
WIP: Added sse2 version of vp9_mb_lpf_horizontal_edge_w

and vp9_mb_lpf_vertical_edge_w_sse2.  This was quickly done so we can
run some tests over the weekend.  Future commits will optimize/refactor these
functions further.

The decoder performance improved by ~17% for the clip used.

Change-Id: I612687cd5a7670ee840a0cbc3c68dc2b84d4af76
vp9/common/x86/vp9_loopfilter_x86.c