ffmpeg-bb/libavfilter/x86
Andreas Rheinhardt fa06f48371 avfilter/bwdifdsp: Constify
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2023-09-28 00:17:47 +02:00
..
af_afir.asm avfilter/x86/af_afir: add FMA3 SIMD 2023-09-17 11:11:24 +02:00
af_afir_init.c avfilter/x86/af_afir: add FMA3 SIMD 2023-09-17 11:11:24 +02:00
af_anlmdn.asm avfilter: add anlmdn filter x86 SIMD optimizations 2019-01-10 21:49:47 +01:00
af_anlmdn_init.c avfilter: add anlmdn filter x86 SIMD optimizations 2019-01-10 21:49:47 +01:00
af_volume.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
af_volume_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
avf_showcqt.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
avf_showcqt_init.c avfilter/avf_showcqt: switch to TX FFT from avutil 2021-07-27 21:16:28 +02:00
colorspacedsp.asm vf_colorspace: x86-64 SIMD (SSE2) optimizations. 2016-04-12 16:42:48 -04:00
colorspacedsp_init.c vf_colorspace: use enums for bpp/subsampling array indices. 2016-05-10 08:37:56 -04:00
Makefile avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
scene_sad.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
scene_sad_init.c avcodec/filter: Remove extra '; ' outside of functions 2019-10-07 21:15:55 +02:00
vf_atadenoise.asm avfilter/x86/vf_atadenoise: fix comment 2019-10-21 17:56:45 +02:00
vf_atadenoise_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_blend.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_blend_init.c avfilter/x86/vf_blend: unify indentation format 2021-10-03 09:15:55 +02:00
vf_bwdif.asm avfilter/bwdif: add avx2 filter_line function 2023-03-25 02:38:17 +01:00
vf_bwdif_init.c avfilter/bwdifdsp: Constify 2023-09-28 00:17:47 +02:00
vf_convolution.asm libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 2022-11-21 12:28:25 +08:00
vf_convolution_init.c libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2022-11-14 10:04:16 +08:00
vf_eq.asm avfilter/x86/vf_eq_init: Remove obsolete MMXEXT function 2022-06-22 13:36:31 +02:00
vf_eq_init.c avfilter/x86/vf_eq_init: Remove obsolete MMXEXT function 2022-06-22 13:36:31 +02:00
vf_framerate.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_framerate_init.c avfilter/vf_framerate: add SIMD functions for frame blending 2018-01-28 18:50:52 +01:00
vf_fspp.asm avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands 2015-05-26 01:43:47 +02:00
vf_fspp_init.c x86/vf_fspp: port inline asm to yasm 2014-12-26 15:39:51 -03:00
vf_gblur.asm libavfilter/x86/vf_gblur: correct the order of loop step 2021-09-18 12:38:01 +02:00
vf_gblur_init.c libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512() 2021-08-29 19:58:33 +02:00
vf_gradfun.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_gradfun_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_hflip.asm avfilter/x86/vf_hflip : indent 2017-12-19 21:10:12 +01:00
vf_hflip_init.c avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_short 2017-12-19 21:10:09 +01:00
vf_hqdn3d.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_hqdn3d_init.c build: Generalize yasm/nasm-related variable names 2017-06-21 17:00:29 -03:00
vf_idet.asm avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functions 2022-06-22 13:38:01 +02:00
vf_idet_init.c avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functions 2022-06-22 13:38:01 +02:00
vf_interlace.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_limiter.asm avfilter/x86/vf_limiter: use movu, dst may not be always aligned 2022-03-24 09:44:09 +01:00
vf_limiter_init.c x86/vf_limiter: make limiter functions work on x86_32 2017-07-13 18:17:17 -03:00
vf_lut3d.asm x86/vf_lut3d: use three operand form for some instructions 2021-10-14 18:09:38 -03:00
vf_lut3d_init.c avfilter/vf_lut3d: fix building with --disable-optimizations 2021-10-13 18:01:21 +02:00
vf_maskedclamp.asm avfilter/vf_maskedclamp: add x86 SIMD 2019-10-23 16:20:21 +02:00
vf_maskedclamp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_maskedmerge.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01: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_nlmeans.asm avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
vf_nlmeans_init.c avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
vf_noise.c avfilter/x86/vf_noise: Remove obsolete MMX function 2022-06-22 13:32:08 +02:00
vf_overlay.asm avfilter/vf_overlay: add x86 SIMD 2018-05-02 23:58:21 +02:00
vf_overlay_init.c avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm check 2018-05-03 09:22:28 +02:00
vf_pp7.asm x86/vf_pp7: port dctB_mmx to yasm 2015-01-09 20:02:27 -03:00
vf_pp7_init.c x86/vf_pp7: port dctB_mmx to yasm 2015-01-09 20:02:27 -03:00
vf_psnr.asm avfilter/x86/vf_psnr.asm: fix typo 2015-10-01 21:53:13 +02:00
vf_psnr_init.c vf_psnr: sse2 optimizations for sum-squared-error. 2015-07-14 17:57:14 +02:00
vf_pullup.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
vf_pullup_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_removegrain.asm doc: fix spelling errors 2015-10-09 22:09:08 +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_spp.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_ssim.asm avfilter/vf_ssim: Fix x86 assembly code for SSIM calculation 2023-08-21 17:04:51 +02:00
vf_ssim_init.c avfilter/vf_ssim: improve precision 2020-02-04 18:28:04 +01:00
vf_stereo3d.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01: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_threshold.asm avfilter/vf_threshold: fix handling of zero threshold 2022-10-27 10:23:24 +02:00
vf_threshold_init.c avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2) 2017-12-09 14:47:09 +01:00
vf_tinterlace_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_transpose.asm x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32 2019-10-22 13:51:13 -03:00
vf_transpose_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_v360.asm avfilter/vf_v360: add SIMD for lagrange9 interpolation 2020-04-02 12:25:37 +02:00
vf_v360_init.c avfilter/vf_v360: add mitchell interpolation 2020-10-04 19:23:52 +02:00
vf_w3fdif.asm x86: replace explicit REP_RETs with RETs 2023-02-01 04:23:55 +01:00
vf_w3fdif_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vf_yadif.asm avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions 2022-06-22 13:37:48 +02:00
vf_yadif_init.c avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions 2022-06-22 13:37:48 +02:00
yadif-10.asm avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions 2022-06-22 13:37:48 +02:00
yadif-16.asm avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions 2022-06-22 13:37:48 +02:00