OSDN Git Service

Remove d_idx as a variable, and instead load it as a constant in the asm.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 29 Sep 2010 14:02:32 +0000 (14:02 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 29 Sep 2010 14:02:32 +0000 (14:02 +0000)
commitc0673f2cf4e2aab240af4ed3d94a8dac27114fef
tree57b951e5c856761197d61c7c0097238cc07ff503
parent2c3135f6d3faf764f5df364db00da1b2d4dcb097
Remove d_idx as a variable, and instead load it as a constant in the asm.
This has no measurable speed effect because the surrounding code doesn't
take advantage of this yet.

Originally committed as revision 25254 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/h264dsp_mmx.c