comparison dctref.c @ 11408:4b6b3ffbaee3 libavcodec

Move dctref prototypes to a header file
author mru
date Mon, 08 Mar 2010 18:43:33 +0000
parents aad816bc3d54
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11407:fb94047e23d2 11408:4b6b3ffbaee3
28 * @note This file could be optimized a lot, but is for 28 * @note This file could be optimized a lot, but is for
29 * reference and so readability is better. 29 * reference and so readability is better.
30 */ 30 */
31 31
32 #include "libavutil/mathematics.h" 32 #include "libavutil/mathematics.h"
33 #include "dctref.h"
34
33 static double coefficients[8 * 8]; 35 static double coefficients[8 * 8];
34 36
35 /** 37 /**
36 * Initialize the double precision discrete cosine transform 38 * Initialize the double precision discrete cosine transform
37 * functions fdct & idct. 39 * functions fdct & idct.