[FFmpeg-devel] [PATCH] huffyuvencdsp: Add ff_diff_bytes_{sse2, avx2}

Timothy Gu timothygu99 at gmail.com
Wed Oct 21 21:27:26 CEST 2015


On Wed, Oct 21, 2015 at 10:32 AM Timothy Gu <timothygu99 at gmail.com> wrote:

> On Tue, Oct 20, 2015 at 7:36 PM James Almer <jamrial at gmail.com> wrote:
>
>> On 10/20/2015 10:32 PM, Timothy Gu wrote:
>>
> > +; mov type used for src1q, dstq, first reg, second reg
>> > +%macro DIFF_BYTES_LOOP_CORE 4
>> > +%if regsize != 16
>>
>> %if mmsize != 16
>>
>> By checking regsize you're using the SSE2 version in the AVX2 xmm loop.
>> Check
>> for mmsize instead, which it's always 32 since you used INIT_YMM.
>>
>
> Fixed locally.
>

Reviewed by Henrik on IRC and pushed.

Timothy


More information about the ffmpeg-devel mailing list