Clément Bœsch
|
040598218f
|
sws/aarch64: restore ff_hscale_8_to_15_neon()
Fix final scaling and required filter alignment. Pass FATE.
|
2016-04-05 12:00:36 +02:00 |
|
Clément Bœsch
|
eadaef2a63
|
sws/aarch64: disable ff_hscale_8_to_15_neon temporarly
Looks broken.
|
2016-04-01 17:33:01 +02:00 |
|
Clément Bœsch
|
263eb76bdf
|
sws/aarch64: add ff_hscale_8_to_15_neon
./ffmpeg -nostats -f lavfi -i testsrc2=4k:d=2 -vf bench=start,scale=1024x1024,bench=stop -f null -
before: t:0.489726 avg:0.489883 max:0.491852 min:0.489482
after: t:0.256515 avg:0.256458 max:0.256999 min:0.253755
|
2016-03-31 10:12:55 +02:00 |
|
Clément Bœsch
|
277408b7f1
|
sws/aarch64/yuv2rgb: save a few mul and add
27ms to 26ms with UHD 2160 input.
|
2016-03-25 16:14:13 +01:00 |
|
Clément Bœsch
|
f1148390d7
|
sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon
|
2016-03-01 17:53:33 +01:00 |
|