comparison mpegvideo.c @ 998:6129c88a6393 libavcodec

get_format()
author michaelni
date Sun, 12 Jan 2003 00:48:29 +0000
parents 45bd748e305f
children e89b11e07ee7
comparison
equal deleted inserted replaced
997:4dfe15ae0078 998:6129c88a6393
83 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 83 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2,
84 }; 84 };
85 85
86 static UINT16 (*default_mv_penalty)[MAX_MV*2+1]=NULL; 86 static UINT16 (*default_mv_penalty)[MAX_MV*2+1]=NULL;
87 static UINT8 default_fcode_tab[MAX_MV*2+1]; 87 static UINT8 default_fcode_tab[MAX_MV*2+1];
88
89 enum PixelFormat ff_yuv420p_list[2]= {PIX_FMT_YUV420P, -1};
88 90
89 static void convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[64], uint16_t (*qmat16_bias)[64], 91 static void convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[64], uint16_t (*qmat16_bias)[64],
90 const UINT16 *quant_matrix, int bias, int qmin, int qmax) 92 const UINT16 *quant_matrix, int bias, int qmin, int qmax)
91 { 93 {
92 int qscale; 94 int qscale;