Drop unused args from vector_fmul_add_add, simpify code, and rename
authorMåns Rullgård <mans@mansr.com>
Sun, 27 Sep 2009 16:51:54 +0000 (16:51 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 27 Sep 2009 16:51:54 +0000 (16:51 +0000)
commit952e87219815b0d8a698e0c098e4fb7984f8b19d
treec1cd595004f4e6f151c13e5c85cf33c01a736c04
parent7f5c14210b3184d6c4330bf63af9512808c37379
Drop unused args from vector_fmul_add_add, simpify code, and rename

The src3 and step arguments to vector_fmul_add_add() are always zero
and one, respectively.  This removes these arguments from the function,
simplifies the code accordingly, and renames the function to better
match the new operation.

Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/ppc/float_altivec.c
libavcodec/wmadec.c
libavcodec/x86/dsputil_mmx.c