summaryrefslogtreecommitdiff
path: root/libavcodec/faandct.c
Commit message (Collapse)AuthorAge
* move identical code into its own functionMichael Niedermayer2003-10-30
| | | | | | intXY_t -> int_fastXY_t Originally committed as revision 2455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
| | | | Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd ↵Michael Niedermayer2003-10-23
| | | | | | supports that but we emulate it ... Originally committed as revision 2421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgotMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN DCTMichael Niedermayer2003-10-22
Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk