[Ffmpeg-devel] [PATCH] make postproc use avutil features (cleanup part 1 of many)

Luca Barbato lu_zero
Fri Sep 22 23:48:26 CEST 2006


Michael Niedermayer wrote:
> [...]
>> -        uint64_t __attribute__((aligned(8))) packedYOffset;
>> -        uint64_t __attribute__((aligned(8))) packedYScale;
>> +        DECLARE_ALIGNED(16, uint64_t, packedYOffset);
>> +        DECLARE_ALIGNED(16, uint64_t, packedYScale);
> 
> 8 -> 16 why?

8 -> mmx

16 -> the other SIMDs

I haven't checked the code using it but IF it isn't mmx then it is wrong.

I'll remove the unnecessary conditionals.

lu

-- 

Luca Barbato

Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero





More information about the ffmpeg-devel mailing list