|
|
@ -741,7 +741,7 @@ int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type); |
|
|
|
void ff_fix_long_p_mvs(MpegEncContext * s); |
|
|
|
void ff_fix_long_p_mvs(MpegEncContext * s); |
|
|
|
void ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select, |
|
|
|
void ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select, |
|
|
|
int16_t (*mv_table)[2], int f_code, int type, int truncate); |
|
|
|
int16_t (*mv_table)[2], int f_code, int type, int truncate); |
|
|
|
void ff_init_me(MpegEncContext *s); |
|
|
|
int ff_init_me(MpegEncContext *s); |
|
|
|
int ff_pre_estimate_p_frame_motion(MpegEncContext * s, int mb_x, int mb_y); |
|
|
|
int ff_pre_estimate_p_frame_motion(MpegEncContext * s, int mb_x, int mb_y); |
|
|
|
int ff_epzs_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, |
|
|
|
int ff_epzs_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, |
|
|
|
int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], |
|
|
|
int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], |
|
|
|