comparison mpegvideo.h @ 514:c9f724e3a797 libavcodec

Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd for some improvements.
author mellum
date Wed, 03 Jul 2002 03:01:06 +0000
parents 460bc2ba363e
children 55b4e2248a45
comparison
equal deleted inserted replaced
513:fb670ca9f8eb 514:c9f724e3a797
449 void MPV_frame_start(MpegEncContext *s); 449 void MPV_frame_start(MpegEncContext *s);
450 void MPV_frame_end(MpegEncContext *s); 450 void MPV_frame_end(MpegEncContext *s);
451 #ifdef HAVE_MMX 451 #ifdef HAVE_MMX
452 void MPV_common_init_mmx(MpegEncContext *s); 452 void MPV_common_init_mmx(MpegEncContext *s);
453 #endif 453 #endif
454 #ifdef ARCH_ALPHA
455 void MPV_common_init_axp(MpegEncContext *s);
456 #endif
454 extern int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); 457 extern int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
455 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); 458 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
456 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); 459 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
457 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); 460 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);
458 void ff_clean_intra_table_entries(MpegEncContext *s); 461 void ff_clean_intra_table_entries(MpegEncContext *s);