[FFmpeg-devel] [PATCH] yadif sse2/ssse3
Baptiste Coudurier
baptiste.coudurier
Tue Nov 30 05:52:24 CET 2010
Hi Michael,
On 11/29/10 4:46 PM, Michael Niedermayer wrote:
> On Sat, Nov 20, 2010 at 06:32:39PM -0800, Baptiste Coudurier wrote:
>> Hi guys,
>>
>> $subject.
> [...]
> > +#if HAVE_SSE
>> + DECLARE_ALIGNED(16, uint8_t, tmp0[16]);
>> + DECLARE_ALIGNED(16, uint8_t, tmp1[16]);
>> + DECLARE_ALIGNED(16, uint8_t, tmp2[16]);
>> + DECLARE_ALIGNED(16, uint8_t, tmp3[16]);
>> +#else
>> uint64_t tmp0, tmp1, tmp2, tmp3;
>> +#endif
>
> This seems unneeded (align always should be fine)
I'm not sure I understand, do you mean I should remove the DECLARE_ALIGNED ?
[...]
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list