[MEncoder-users] h264.h alignment problem

Loren Merritt lorenm at u.washington.edu
Wed Feb 6 14:22:09 CET 2008


On Tue, 5 Feb 2008, Netex wrote:

> The recent svn version of h264 added ff_h264_idct8_add_sse2, but the mb field
> of H264Context is still 8-byte aligned.
>
> +DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
> -DECLARE_ALIGNED_8(DCTELEM, mb[16*24]);
>
> will make it happy on SSE2 CPUs.

I did that, in the same commit that added ff_h264_idct8_add_sse2.

--Loren Merritt



More information about the MEncoder-users mailing list