]> git.sesse.net Git - ffmpeg/commit
avcodec/cfhd: add x86 SIMD
authorPaul B Mahol <onemda@gmail.com>
Sun, 9 Aug 2020 15:47:34 +0000 (17:47 +0200)
committerPaul B Mahol <onemda@gmail.com>
Wed, 26 Aug 2020 19:13:38 +0000 (21:13 +0200)
commit389cc142fb00c23ac1a8d2ba95a9db5d8be473cd
tree52bcdee8e98d51e4e240d883a806fcc8df32f761
parentb9ea493afe8576efe3de60f8c6723f9f155de0d8
avcodec/cfhd: add x86 SIMD

Overall speed changes for 1920x1080, yuv422p10le, 60fps from: 0.19x to 0.343x
libavcodec/Makefile
libavcodec/cfhd.c
libavcodec/cfhd.h
libavcodec/cfhddsp.c [new file with mode: 0644]
libavcodec/cfhddsp.h [new file with mode: 0644]
libavcodec/x86/Makefile
libavcodec/x86/cfhddsp.asm [new file with mode: 0644]
libavcodec/x86/cfhddsp_init.c [new file with mode: 0644]