summaryrefslogtreecommitdiff
path: root/libavcodec/i386/h264dsp_mmx.c
Commit message (Collapse)AuthorAgeFilesLines
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-271-0/+20
| | | | | | 2-4% overall speedup. Originally committed as revision 4666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-091-0/+97
| | | | Originally committed as revision 4630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-031-4/+3
| | | | Originally committed as revision 4552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-021-0/+912
Originally committed as revision 4338 to svn://svn.ffmpeg.org/ffmpeg/trunk