summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_h264_template_ssse3.c
Commit message (Collapse)AuthorAge
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-08
| | | | | | | | | | | Merritt: "It seems that icc copies the constants from their global var onto the stack, at which point they're not aligned, hence the crash. [This change] really shouldn't mean anything different, but maybe it'll confuse icc into not performing that 'optimization'." Originally committed as revision 12772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 chroma mc ssse3Loren Merritt2008-04-01
width8: 180->92, width4: 78->63 cycles (core2) Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk