OSDN Git Service

Convert ff_imdct_half_sse() to yasm.
authorAlex Converse <alex.converse@gmail.com>
Sun, 22 Aug 2010 14:39:58 +0000 (14:39 +0000)
committerAlex Converse <alex.converse@gmail.com>
Sun, 22 Aug 2010 14:39:58 +0000 (14:39 +0000)
commit78b5c97d3ef280bd588cef7282391246b91b3486
tree4931c0d049f640a0dc9b4bd8e29f86eedfc37073
parent715e9be267bcf21565a863450889fe24755bafac
Convert ff_imdct_half_sse() to yasm.

This is to avoid split asm sections that attempt to preserve some
registers between sections.

Originally committed as revision 24869 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/fft_mmx.asm
libavcodec/x86/fft_sse.c