[vlc-commits] i420_yuy2,i422_yuy2,i420_rgb: add AVX2 acceleration

Lyndon Brown git at videolan.org
Wed Mar 6 17:13:41 CET 2019


vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sun Jan 20 23:46:37 2019 +0000| [11fc7ec9835e47a8a8cd56a1e0b71a209f1e517b] | committer: Jean-Baptiste Kempf

i420_yuy2,i422_yuy2,i420_rgb: add AVX2 acceleration

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11fc7ec9835e47a8a8cd56a1e0b71a209f1e517b
---

 modules/MODULES_LIST                  |   3 +
 modules/video_chroma/Makefile.am      |  20 +
 modules/video_chroma/i420_rgb.c       |   7 +-
 modules/video_chroma/i420_rgb.h       |   2 +-
 modules/video_chroma/i420_rgb16_x86.c | 757 +++++++++++++++++++++++++++++++---
 modules/video_chroma/i420_rgb_avx2.h  | 670 ++++++++++++++++++++++++++++++
 modules/video_chroma/i420_yuy2.c      | 241 ++++++++++-
 modules/video_chroma/i420_yuy2.h      | 241 ++++++++++-
 modules/video_chroma/i422_yuy2.c      | 169 +++++++-
 modules/video_chroma/i422_yuy2.h      | 156 ++++++-
 10 files changed, 2176 insertions(+), 90 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=11fc7ec9835e47a8a8cd56a1e0b71a209f1e517b


More information about the vlc-commits mailing list