Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread James Almer
On 10/21/2019 3:01 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/transpose.h | 10 > libavfilter/vf_transpose.c | 16 +++--- > libavfilter/x86/Makefile| 2 + > libavfilter/x86/vf_transpose.asm| 88

[FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/transpose.h | 10 libavfilter/vf_transpose.c | 16 +++--- libavfilter/x86/Makefile| 2 + libavfilter/x86/vf_transpose.asm| 88 + libavfilter/x86/vf_transpose_init.c | 49

Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread James Almer
On 10/21/2019 1:36 PM, James Almer wrote: > On 10/21/2019 12:45 PM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/transpose.h | 10 +++ >> libavfilter/vf_transpose.c | 18 ++--- >> libavfilter/x86/Makefile| 2 + >>

Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread James Almer
On 10/21/2019 12:45 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/transpose.h | 10 +++ > libavfilter/vf_transpose.c | 18 ++--- > libavfilter/x86/Makefile| 2 + > libavfilter/x86/vf_transpose.asm| 104

Re: [FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread James Almer
On 10/21/2019 12:45 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/transpose.h | 10 +++ > libavfilter/vf_transpose.c | 18 ++--- > libavfilter/x86/Makefile| 2 + > libavfilter/x86/vf_transpose.asm| 104

[FFmpeg-devel] [PATCH] avfilter/vf_transpose: add x86 SIMD

2019-10-21 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/transpose.h | 10 +++ libavfilter/vf_transpose.c | 18 ++--- libavfilter/x86/Makefile| 2 + libavfilter/x86/vf_transpose.asm| 104 libavfilter/x86/vf_transpose_init.c | 49