OSDN Git Service

Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
authorFalk Hüffner <mellum@users.sourceforge.net>
Mon, 1 Jul 2002 04:26:07 +0000 (04:26 +0000)
committerFalk Hüffner <mellum@users.sourceforge.net>
Mon, 1 Jul 2002 04:26:07 +0000 (04:26 +0000)
commitbb7d4939bae627bc9f917ae1d2870cfd4f571cde
tree5c58ae1a8f176551b6c8ceeb603a84a11562e26c
parente09d12f4f6cdf0828ef853c396636dcf6e4cf10f
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
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
libavcodec/Makefile
libavcodec/alpha/dsputil_alpha.c
libavcodec/alpha/dsputil_alpha_asm.S [new file with mode: 0644]
libavcodec/alpha/regdef.h [new file with mode: 0644]