Re: [FFmpeg-devel] [PATCH 4/4] avcodec/x86: add cfhdenc SIMD

2021-02-22 Thread James Almer
On 2/18/2021 8:02 PM, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- libavcodec/cfhdencdsp.c | 3 + libavcodec/x86/Makefile | 2 + libavcodec/x86/cfhdencdsp.asm| 426 +++ libavcodec/x86/cfhdencdsp_init.c | 46 4 files changed

[FFmpeg-devel] [PATCH 4/4] avcodec/x86: add cfhdenc SIMD

2021-02-18 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/cfhdencdsp.c | 3 + libavcodec/x86/Makefile | 2 + libavcodec/x86/cfhdencdsp.asm| 426 +++ libavcodec/x86/cfhdencdsp_init.c | 46 4 files changed, 477 insertions(+) create mode 100644 libavcode