comparison mpegvideo.h @ 951:ad264a7d4f94 libavcodec

motion estimation pre pass
author michaelni
date Thu, 02 Jan 2003 01:29:35 +0000
parents 371bc36a9c5c
children f348d302a51e
comparison
equal deleted inserted replaced
950:d4d714493faa 951:ad264a7d4f94
618 int mb_x, int mb_y); 618 int mb_x, int mb_y);
619 int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type); 619 int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type);
620 void ff_fix_long_p_mvs(MpegEncContext * s); 620 void ff_fix_long_p_mvs(MpegEncContext * s);
621 void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type); 621 void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type);
622 void ff_init_me(MpegEncContext *s); 622 void ff_init_me(MpegEncContext *s);
623 int ff_pre_estimate_p_frame_motion(MpegEncContext * s, int mb_x, int mb_y);
623 624
624 625
625 /* mpeg12.c */ 626 /* mpeg12.c */
626 extern const INT16 ff_mpeg1_default_intra_matrix[64]; 627 extern const INT16 ff_mpeg1_default_intra_matrix[64];
627 extern const INT16 ff_mpeg1_default_non_intra_matrix[64]; 628 extern const INT16 ff_mpeg1_default_non_intra_matrix[64];