comparison vp3data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef VP3DATA_H 21 #ifndef VP3DATA_H
22 #define VP3DATA_H 22 #define VP3DATA_H
23
24 #include <stdint.h>
25 #include <stdlib.h>
23 26
24 /* these coefficients dequantize intraframe Y plane coefficients 27 /* these coefficients dequantize intraframe Y plane coefficients
25 * (note: same as JPEG) */ 28 * (note: same as JPEG) */
26 static const int16_t vp31_intra_y_dequant[64] = 29 static const int16_t vp31_intra_y_dequant[64] =
27 { 16, 11, 10, 16, 24, 40, 51, 61, 30 { 16, 11, 10, 16, 24, 40, 51, 61,