OSDN Git Service

avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()
authorskal <pascal.massimino@gmail.com>
Wed, 3 Sep 2014 09:02:32 +0000 (11:02 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 4 Sep 2014 20:19:00 +0000 (22:19 +0200)
commit406a9ccffea8fc36c1e56c07ca32c559ccce52af
tree10c9fb8d62af811393a63a472ca7d286d2947b9a
parent53b089200557b299174bec72415b166ad43083a6
avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()

integration by Neil Birkbeck, with help from Vitor Sessak.
core SSE2 loop by Skal (pascal.massimino@gmail.com)

Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS
libavfilter/vf_idet.c
libavfilter/vf_idet.h [new file with mode: 0644]
libavfilter/x86/Makefile
libavfilter/x86/vf_idet.asm [new file with mode: 0644]
libavfilter/x86/vf_idet_init.c [new file with mode: 0644]