[FFmpeg-devel] [PATCH 4/4] avfilter/vf_v360: x86 SIMD for interpolations

Paul B Mahol onemda at gmail.com
Thu Sep 5 18:31:40 EEST 2019


On 9/5/19, James Almer <jamrial at gmail.com> wrote:
> On 9/5/2019 11:44 AM, Henrik Gramner wrote:
>> On Wed, Sep 4, 2019 at 9:29 PM Paul B Mahol <onemda at gmail.com> wrote:
>>> +    movd           xm6, [pd_255]
>>> +    vpbroadcastd    m6, xm6
>>
>> vpbroadcastd    m6, [pd_255]
>
> I suggested VBROADCASTI128 m6, [pd_255] instead. Is vpbroadcastd faster?

This is only called once per output line.

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list