summaryrefslogtreecommitdiff
path: root/libswscale/aarch64
Commit message (Expand)AuthorAgeFilesLines
* sw_scale: Add specializations for hscale 16 to 19Hubert Mazur2022-11-012-0/+468
* sw_scale: Add specializations for hscale 16 to 15Hubert Mazur2022-11-012-0/+468
* sw_scale: Add specializations for hscale 8 to 19Hubert Mazur2022-11-012-4/+300
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-10-271-4/+4
* swscale/aarch64: add vscale specializationsSwinney, Jonathan2022-08-162-0/+190
* swscale/aarch64: vscale optimizationSwinney, Jonathan2022-08-161-6/+5
* libswscale/aarch64: add another hscale specializationSwinney, Jonathan2022-08-162-8/+117
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-282-10/+201
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-221-11/+3
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-031-1/+1
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+1
* aarch64/yuv2rgb_neon: fix return valueLynne2020-07-092-17/+16
* swscale: aarch64: Add a NEON implementation of interleaveBytesMartin Storsjö2020-05-153-1/+123
* swscale: fix NEON hscale initJosh de Kock2020-05-151-1/+4
* swscale: aarch64: Don't clobber callee-saved registers v8-v15Martin Storsjö2020-04-212-13/+13
* swscale: aarch64: Avoid using the x18 registerMartin Storsjö2020-04-201-4/+4
* swscale/aarch64: use multiply accumulate and shift-right narrowSebastian Pop2020-01-041-20/+12
* swscale/aarch64: use multiply accumulate and increase vector factor to 4Sebastian Pop2019-12-171-32/+53
* sws/aarch64: add ff_yuv2planeX_8_neonClément Bœsch2016-04-113-0/+74
* sws/aarch64/yuv2rgb: honor iOS calling conventionClément Bœsch2016-04-081-6/+12
* sws/aarch64: restore ff_hscale_8_to_15_neon()Clément Bœsch2016-04-052-2/+2
* sws/aarch64: disable ff_hscale_8_to_15_neon temporarlyClément Bœsch2016-04-011-1/+1
* sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-313-2/+100
* sws/aarch64/yuv2rgb: save a few mul and addClément Bœsch2016-03-251-14/+11
* sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch2016-03-013-0/+342