[x264-devel] Motion Estimation

Jason Garrett-Glaser darkshikari at gmail.com
Tue Jul 14 00:54:56 CEST 2009


On Mon, Jul 13, 2009 at 3:48 PM, David Smith<agentdavo at mac.com> wrote:
>> 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?

You also need stuff like parameters (b_chroma_me, motion search method, etc).

Dark Shikari


More information about the x264-devel mailing list