comparison mpegvideo.h @ 1273:a979fab41ed8 libavcodec

ASV1 codec with postprocessing support :)
author michaelni
date Mon, 19 May 2003 13:30:59 +0000
parents 2fa34e615c76
children 26c44d2433c1
comparison
equal deleted inserted replaced
1272:777d4145cdfb 1273:a979fab41ed8
704 void MPV_common_init_ppc(MpegEncContext *s); 704 void MPV_common_init_ppc(MpegEncContext *s);
705 #endif 705 #endif
706 extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); 706 extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
707 void ff_copy_bits(PutBitContext *pb, uint8_t *src, int length); 707 void ff_copy_bits(PutBitContext *pb, uint8_t *src, int length);
708 void ff_clean_intra_table_entries(MpegEncContext *s); 708 void ff_clean_intra_table_entries(MpegEncContext *s);
709 void ff_init_scantable(MpegEncContext *s, ScanTable *st, const uint8_t *src_scantable); 709 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable);
710 void ff_draw_horiz_band(MpegEncContext *s, int y, int h); 710 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
711 void ff_emulated_edge_mc(MpegEncContext *s, uint8_t *src, int linesize, int block_w, int block_h, 711 void ff_emulated_edge_mc(MpegEncContext *s, uint8_t *src, int linesize, int block_w, int block_h,
712 int src_x, int src_y, int w, int h); 712 int src_x, int src_y, int w, int h);
713 #define END_NOT_FOUND -100 713 #define END_NOT_FOUND -100
714 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size); 714 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size);