[x264-devel] Motion Estimation
David Smith
agentdavo at mac.com
Tue Jul 14 00:48:42 CEST 2009
> You'll want to look through me_search_ref and refine_subpel and see
> what parameters of note are used from x264_t. x264_me_t is small and
> should be copied.
>
> Dark Shikari
Something along the lines of?
me_job->m[0] = *m;
me_job->me_thread_num = h->thread[0];
me_job->me_handle_num = h->handle_number;
me-job->me_seq_num = h->mb.i_mb_xy;
me_job->me_halfpel_thresh = *p_halfpel_thresh;
Missed anything?
Thanks, David.
More information about the x264-devel
mailing list