Re: [FFmpeg-devel] [PATCH] libswscale/aarch64/hscale.S: Support more bit-depth variants.

2021-01-15 Thread Reimar Döffinger
> On 15 Jan 2021, at 22:10, Martin Storsjö wrote: > > On Mon, 11 Jan 2021, reimar.doeffin...@gmx.de wrote: > >> From: Reimar Döffinger >> >> Trivially expand hscale assembler to support > 8 bit formats >> both for input and output. >> 16-bit input is not supported as I am not certain how to

Re: [FFmpeg-devel] [PATCH] libswscale/aarch64/hscale.S: Support more bit-depth variants.

2021-01-15 Thread Martin Storsjö
On Mon, 11 Jan 2021, reimar.doeffin...@gmx.de wrote: From: Reimar Döffinger Trivially expand hscale assembler to support > 8 bit formats both for input and output. 16-bit input is not supported as I am not certain how to get sufficient test coverage. --- libswscale/aarch64/hscale.S | 53 +

[FFmpeg-devel] [PATCH] libswscale/aarch64/hscale.S: Support more bit-depth variants.

2021-01-10 Thread Reimar . Doeffinger
From: Reimar Döffinger Trivially expand hscale assembler to support > 8 bit formats both for input and output. 16-bit input is not supported as I am not certain how to get sufficient test coverage. --- libswscale/aarch64/hscale.S | 53 ++-- libswscale/aarch64/sws