[FFmpeg-cvslog] r12233 - in trunk/libavcodec: Makefile avcodec.h dct-test.c dsputil.c faanidct.c faanidct.h utils.c
Diego Biurrun
diego
Tue Feb 26 18:58:00 CET 2008
On Tue, Feb 26, 2008 at 03:59:12PM +0100, michael wrote:
>
> Log:
> floating point AAN IDCT
>
> Added:
> trunk/libavcodec/faanidct.c
> trunk/libavcodec/faanidct.h
>
> --- (empty file)
> +++ trunk/libavcodec/faanidct.c Tue Feb 26 15:59:11 2008
> @@ -0,0 +1,166 @@
> +
> +#define FLOAT float
Huh?
> --- (empty file)
> +++ trunk/libavcodec/faanidct.h Tue Feb 26 15:59:11 2008
> @@ -0,0 +1,3 @@
> +void ff_faanidct(DCTELEM block[64]);
> +void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
> +void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
Can we please have license headers on all new files? Thank you.
Diego
More information about the ffmpeg-cvslog
mailing list