Mercurial > libavcodec.hg
diff alpha/dsputil_alpha.c @ 744:2f7da29ede37 libavcodec
Move Alpha optimized IDCT to own file. Based on a patch by M?ns
Rullg?rd <mru@users.sourceforge.net>.
I've left out the idctCol2 part, because W4 has recently been decreed
to be 16383, and also I doubt it will give a noticeable speedup.
| author | mellum |
|---|---|
| date | Fri, 11 Oct 2002 23:01:16 +0000 |
| parents | 107a56aa74f5 |
| children | 3c6df37177dd |
line wrap: on
line diff
--- a/alpha/dsputil_alpha.c Fri Oct 11 13:49:16 2002 +0000 +++ b/alpha/dsputil_alpha.c Fri Oct 11 23:01:16 2002 +0000 @@ -20,8 +20,6 @@ #include "asm.h" #include "../dsputil.h" -void simple_idct_axp(DCTELEM *block); - void put_pixels_axp_asm(uint8_t *block, const uint8_t *pixels, int line_size, int h); void put_pixels_clamped_mvi_asm(const DCTELEM *block, uint8_t *pixels,
