]> granicus.if.org Git - libvpx/commit
WIP: ssse3 version of convolve avg functions
authorScott LaVarnway <slavarnway@google.com>
Wed, 13 Feb 2013 17:15:38 +0000 (09:15 -0800)
committerScott LaVarnway <slavarnway@google.com>
Wed, 13 Feb 2013 17:15:38 +0000 (09:15 -0800)
commit30f866f44b4ba2bceb4421eecc541842ff0eb972
tree5679f3ba13e0154f2b0f91bb6aac399051476219
parentcb00be1fa20c1a3955d62c1939646f4fd5d31224
WIP: ssse3 version of convolve avg functions

Initial ssse3 convolve avg functions and is one step closer
to using x86inc.asm.  The decoder performance improved by 8% for
the test clip used.  This should be revisited later to see if
averaging outside the loop is better than having many similar
filter functions.

Change-Id: Ice3fafb423b02710b0448ffca18b296bcac649e9
vp9/common/vp9_rtcd_defs.sh
vp9/common/x86/vp9_asm_stubs.c
vp9/common/x86/vp9_subpixel_8t_ssse3.asm