comparison mpegvideo.h @ 721:71f669e9f633 libavcodec

ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
author michaelni
date Thu, 03 Oct 2002 20:57:19 +0000
parents c0a914cc90c0
children a91203b34e71
comparison
equal deleted inserted replaced
720:409bdaa0b964 721:71f669e9f633
501 void MPV_common_init_axp(MpegEncContext *s); 501 void MPV_common_init_axp(MpegEncContext *s);
502 #endif 502 #endif
503 #ifdef HAVE_MLIB 503 #ifdef HAVE_MLIB
504 void MPV_common_init_mlib(MpegEncContext *s); 504 void MPV_common_init_mlib(MpegEncContext *s);
505 #endif 505 #endif
506 #ifdef HAVE_MMI
507 void MPV_common_init_mmi(MpegEncContext *s);
508 #endif
506 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); 509 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
507 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); 510 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
508 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); 511 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);
509 void ff_clean_intra_table_entries(MpegEncContext *s); 512 void ff_clean_intra_table_entries(MpegEncContext *s);
510 void ff_init_scantable(MpegEncContext *s, ScanTable *st, const UINT8 *src_scantable); 513 void ff_init_scantable(MpegEncContext *s, ScanTable *st, const UINT8 *src_scantable);