mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1916a3b075
Original commit message from CVS: * gst/deinterlace2/tvtime/greedy.c: (deinterlace_greedy_packed422_scanline_c), (deinterlace_greedy_packed422_scanline_mmxext), (deinterlace_greedy_packed422_scanline): Fix the C implementation to produce correct results and optimize the MMXEXT implementation. Handle odd widths and don't read over array boundaries in the MMXEXT implementation. * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c), (deinterlace_line_mmx), (deinterlace_scanline_vfir): Fix a small rounding bug in the MMX implementation, the MMX implementation doesn't actually need MMXEXT instructions so don't mark it as such. Handle odd widths in both implementations. |
||
---|---|---|
.. | ||
tomsmocomp | ||
greedy.c | ||
greedyh.asm | ||
greedyh.c | ||
greedyh.h | ||
greedyhmacros.h | ||
mmx.h | ||
plugins.h | ||
speedtools.h | ||
speedy.c | ||
speedy.h | ||
sse.h | ||
tomsmocomp.c | ||
tomsmocomp.h | ||
vfir.c | ||
x86-64_macros.inc |