summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/dsputil_alpha_asm.S
Commit message (Collapse)AuthorAge
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
| | | | Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
| | | | | | | takes the most time, and it allows for more efficient unaligned access and better control over memory latencies. Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add profiling support.Falk Hüffner2002-07-01
| | | | Originally committed as revision 710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk