Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 24 Jul 2010 19:33:05 +0000 (19:33 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 24 Jul 2010 19:33:05 +0000 (19:33 +0000)
commite3f7bf774caad334b258f4494e77420a7c161b63
tree16de283cd00c4a71a0e14aef467e12807069007b
parente6e3069b54a3f9e0ac766ba398709e0e6116072a
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this
splits it into small optimization-specific macros which are selected for each
DSP function. The advantage of this approach is that the sse4 functions now
use the ssse3 codepath also without needing an explicit sse4 codepath.

Originally committed as revision 24487 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/vp8dsp.asm