[x264-devel] gcc stack alignment

Jason Garrett-Glaser darkshikari at gmail.com
Sat Dec 20 06:58:34 CET 2008


On Fri, Dec 19, 2008 at 9:00 PM, aaron <aaron_ppus at fmad.co.jp> wrote:
> ahh, tho looks like using that function might be difficult for some
> things e.g. calling x264_slicetype_mb_cost() with it

No, all you have to do is call x264_slicetype_decide with it.

> also in x264_slicetype_mb_cost() is missing a DECLARE_ALIGNED_16 on the
> x264_me_t m[2] stack var -> causes fault on h->mc.memcpy_aligned()  line 137

The struct is declared as aligned in me.h.  It doesn't need explicit
alignment otherwise.

Dark Shikari


More information about the x264-devel mailing list