]> git.sesse.net Git - ffmpeg/commit
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 14 Jun 2012 14:03:08 +0000 (15:03 +0100)
committerMartin Storsjö <martin@martin.st>
Sat, 30 Jun 2012 16:10:36 +0000 (19:10 +0300)
commit66a02159ea9a09965dfa3e06ea55f41e5f615f90
treeb63b5e33ae77e19bc029fd09246bd9a275172a09
parent4f2c846d9644640cd881b7a7a48d1785a52f5c25
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*

This gets rid of a variable-length array and a for loop in C code.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/x86/fmtconvert.asm
libavcodec/x86/fmtconvert_mmx.c