[FFmpeg-devel] [PATCH 2/2] libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes.

Ronald S. Bultje rsbultje at gmail.com
Fri Jun 25 14:25:56 EEST 2021


Hi Alan,

On Fri, Jun 25, 2021 at 3:59 AM Alan Kelly <
alankelly-at-google.com at ffmpeg.org> wrote:

> These functions replace all ff_hscale8to15_*_ssse3 when avx2 is available.
>

Re-asking a question I asked before in the other thread:

Also, what is the cycle count of ssse3/avx2 implementation for this
specific function on Haswell? It would be good to note that in the
respective patch so that we understand why the check was added.

You should be able to find this in the checkasm --bench --test=X numbers
for this relevant function.

Ronald


More information about the ffmpeg-devel mailing list