Searched refs:ff_epzs_motion_search (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.h | 119 int ff_epzs_motion_search(struct MpegEncContext *s, int *mx_ptr, int *my_ptr,
|
H A D | motion_est.c | 960 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); in ff_estimate_p_frame_motion() 1108 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); in ff_pre_estimate_p_frame_motion() 1163 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, ref_index, s->p_mv_table, mv_scale, 0, 16); in estimate_motion_b() 1473 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, mv_table, 1<<(16-shift), 0, 16); in direct_search()
|
H A D | motion_est_template.c | 977 int ff_epzs_motion_search(MpegEncContext *s, int *mx_ptr, int *my_ptr, in ff_epzs_motion_search() function
|
H A D | snowenc.c | 334 ref_score= ff_epzs_motion_search(&s->m, &ref_mx, &ref_my, P, 0, /*ref_index*/ 0, last_mv, in encode_q_branch()
|
Completed in 9 milliseconds