comparison mpegvideo.h @ 3309:5e2c69db0ef7 libavcodec

MPEG-2 4:2:2 encoding support
author bcoudurier
date Tue, 16 May 2006 15:19:54 +0000
parents ecc93139021c
children 458b6162fa22
comparison
equal deleted inserted replaced
3308:57078a058b96 3309:5e2c69db0ef7
484 uint8_t *inter_ac_vlc_last_length; 484 uint8_t *inter_ac_vlc_last_length;
485 uint8_t *luma_dc_vlc_length; 485 uint8_t *luma_dc_vlc_length;
486 uint8_t *chroma_dc_vlc_length; 486 uint8_t *chroma_dc_vlc_length;
487 #define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level)) 487 #define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
488 488
489 int coded_score[6]; 489 int coded_score[8];
490 490
491 /** precomputed matrix (combine qscale and DCT renorm) */ 491 /** precomputed matrix (combine qscale and DCT renorm) */
492 int (*q_intra_matrix)[64]; 492 int (*q_intra_matrix)[64];
493 int (*q_inter_matrix)[64]; 493 int (*q_inter_matrix)[64];
494 /** identical to the above but for MMX & these are not permutated, second 64 entries are bias*/ 494 /** identical to the above but for MMX & these are not permutated, second 64 entries are bias*/