Revision 983e3246 libavcodec/jrevdct.c
libavcodec/jrevdct.c | ||
---|---|---|
25 | 25 |
* A better way to do this would be to pass in the DCT block as a sparse |
26 | 26 |
* matrix, perhaps with the difference cases encoded. |
27 | 27 |
*/ |
28 |
|
|
29 |
/** |
|
30 |
* @file jrevdct.c |
|
31 |
* Independent JPEG Group's LLM idct. |
|
32 |
*/ |
|
33 |
|
|
28 | 34 |
#include "common.h" |
29 | 35 |
#include "dsputil.h" |
30 | 36 |
|
Also available in: Unified diff