mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
742867566c
Work in progress. Colorspace handles most format conversion using 3-stage getline/matrix/putline process using an AYUV or ARGB intermediate, with most functions handled by Orc. There is also a table of single-pass conversions, all handled by Orc. The plan is to add optional stages for various chroma upsampling/downsampling algorithms, dithering, and float/int16 intermediates, and then have Orc create multi-stage functions at runtime. |
||
---|---|---|
.. | ||
colorspace.c | ||
colorspace.h | ||
colorspace.vcproj | ||
gstcolorspace.c | ||
gstcolorspace.h | ||
gstcolorspaceorc.orc | ||
Makefile.am |