summaryrefslogtreecommitdiff
path: root/libswscale/arm/yuv2rgb_neon.S
Commit message (Expand)AuthorAgeFilesLines
* swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter partMatthieu Bouron2016-04-011-18/+22
* swscale/arm/yuv2rgb: save a few instructions by processing the luma line inte...Matthieu Bouron2016-04-011-50/+30
* swscale/arm/yuv2rgb: re-order compute_rgba macro argumentsMatthieu Bouron2016-04-011-6/+6
* swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} ...Matthieu Bouron2016-04-011-12/+12
* swscale/arm/yuv2rgb: macro-ifyMatthieu Bouron2016-04-011-79/+62
* swscale/arm/yuv2rgb: factorize lsl in load_args_nvxMatthieu Bouron2016-04-011-2/+1
* swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420pMatthieu Bouron2016-04-011-2/+1
* swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422pMatthieu Bouron2016-04-011-1/+0
* swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422pMatthieu Bouron2016-04-011-2/+1
* swscale/arm/yuv2rgb: fix comments in load_args_yuv422pMatthieu Bouron2016-04-011-4/+4
* swscale/arm/yuv2rgb: remove 32bit code pathMatthieu Bouron2016-04-011-123/+33
* swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron2016-01-041-6/+87
* swscale/arm/yuv2rgb: fix typoMatthieu Bouron2016-01-041-1/+1
* swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron2015-12-191-5/+72
* swscale/arm/yuv2rgb: simplify process_16px_* macro callMatthieu Bouron2015-12-191-7/+1
* swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16Matthieu Bouron2015-12-081-32/+135
* swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron2015-11-231-0/+162