Ruiling Song
98e419cbf5
avfilter/vf_convolution: add x86 SIMD for filter_3x3()
Tested using a simple command (apply edge enhance):
./ffmpeg_g -i ~/Downloads/bbb_sunflower_1080p_30fps_normal.mp4 \
-vf convolution="0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:5:1:1:1:0:128:128:128" \
-an -vframes 1000 -f null /dev/null
The fps increase from 151 to 270 on my local machine.
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2019-08-07 14:31:28 +08:00
..
2019-01-03 10:12:19 -03:00
2019-01-03 23:36:19 -03:00
2019-01-10 21:49:47 +01:00
2019-01-10 21:49:47 +01:00
2019-08-07 14:31:28 +08:00
2018-11-21 22:26:07 -03:00
2018-11-11 20:30:50 +01:00
2018-11-15 14:44:24 +01:00
2018-04-05 21:46:16 +02:00
2018-11-14 17:41:01 -08:00
2019-08-07 14:31:28 +08:00
2019-08-07 14:31:28 +08:00
2018-01-28 18:50:52 +01:00
2018-01-28 18:50:52 +01:00
2019-06-12 10:54:59 -03:00
2019-06-12 08:53:11 +08:00
2017-12-19 21:10:09 +01:00
2017-12-19 21:10:12 +01:00
2018-01-11 21:03:19 +01:00
2018-05-03 09:22:28 +02:00
2018-05-02 23:58:21 +02:00
2017-12-09 14:47:09 +01:00
2017-12-09 14:47:09 +01:00
2018-01-11 21:03:19 +01:00