]> granicus.if.org Git - libvpx/commit
Faster convolve8_avg.
authorChristian Duvivier <cduvivier@google.com>
Mon, 11 Feb 2013 23:34:08 +0000 (15:34 -0800)
committerChristian Duvivier <cduvivier@google.com>
Tue, 12 Feb 2013 00:53:11 +0000 (16:53 -0800)
commit094e2572df23fd849688c2f95380b184c071efec
treeb74d58ac61d7dd628e59ada4b1ef9fa90d45d6c9
parentf1060e4cd8046875a1826b4eaa11d3dbdee32e14
Faster convolve8_avg.

Implement convolve8_avg using common functions which are already optimized
instead of using more obscure ones which have only C versions. Encoder
overall speed-up of about 12%.

Change-Id: I8c57aa76936c8a48f22b115f19f61d9f2ae1e4b6
vp9/common/vp9_convolve.c