FFmpeg/libavfilter/x86
Timothy Gu 222e6da605 x86/vf_blend: Add SSE2 optimization for divide
4.5x faster than C float version with autovectorization
10  x faster than C int version
25  x faster than C float version without autovectorization
2016-02-28 08:19:09 -08:00
..
af_volume_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
af_volume.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
Makefile avfilter/vf_w3fdif: add x86 SIMD 2015-10-10 17:33:43 +02:00
vf_blend_init.c x86/vf_blend: Add SSE2 optimization for divide 2016-02-28 08:19:09 -08:00
vf_blend.asm x86/vf_blend: Add SSE2 optimization for divide 2016-02-28 08:19:09 -08:00
vf_eq.c
vf_fspp_init.c
vf_fspp.asm
vf_gradfun_init.c
vf_gradfun.asm
vf_hqdn3d_init.c
vf_hqdn3d.asm
vf_idet_init.c
vf_idet.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
vf_interlace_init.c
vf_interlace.asm x86/vf_interlace: add missing colon to labels 2015-07-26 02:50:50 -03:00
vf_maskedmerge_init.c x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 2015-12-24 13:05:18 -03:00
vf_maskedmerge.asm x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 2015-12-24 13:05:18 -03:00
vf_noise.c
vf_pp7_init.c
vf_pp7.asm
vf_psnr_init.c vf_psnr: sse2 optimizations for sum-squared-error. 2015-07-14 17:57:14 +02:00
vf_psnr.asm avfilter/x86/vf_psnr.asm: fix typo 2015-10-01 21:53:13 +02:00
vf_pullup_init.c
vf_pullup.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
vf_removegrain_init.c avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions 2015-07-14 23:50:50 +00:00
vf_removegrain.asm doc: fix spelling errors 2015-10-09 22:09:08 +02:00
vf_spp.c options: mark av_get_{int,double,q} as deprecated. 2015-08-18 12:05:17 -04:00
vf_ssim_init.c x86/vf_ssim: add ff_ssim_4x4_line_xop 2015-07-20 13:18:05 -03:00
vf_ssim.asm x86/vf_ssim: add ff_ssim_4x4_line_xop 2015-07-20 13:18:05 -03:00
vf_stereo3d_init.c x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 2015-12-28 17:20:24 -03:00
vf_stereo3d.asm x86/vf_stereo3d: remove a few unnecessary movas 2016-01-03 02:09:02 -03:00
vf_tinterlace_init.c
vf_w3fdif_init.c x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 2016-01-08 11:56:43 +01:00
vf_w3fdif.asm x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 2016-01-08 11:56:43 +01:00
vf_yadif_init.c Replace all remaining occurances of step/depth_minus1 and offset_plus1 2015-09-08 17:10:48 +02:00
vf_yadif.asm
yadif-10.asm
yadif-16.asm