You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
15 years ago | |
---|---|---|
.. | ||
Makefile.am | 15 years ago | |
README | 15 years ago | |
dither2YUV.cpp | 15 years ago | |
dither2YUV.h | 15 years ago | |
rgb2yuv16.cpp | 15 years ago | |
rgb2yuv16.h | 15 years ago | |
rgb2yuv32.cpp | 15 years ago | |
rgb2yuv32.h | 15 years ago | |
rgb2yuvdefs.h | 15 years ago |
README
* we have a Dither2Yuv base class. Currently this is not derived from a basic ditherWrapper class because we don not have this in mpeglib yet. TODO: change in mpeglib DitherWrapper->Dither2RGB and make DitherWrapper pure virtual and derive Dither2YUV Dither2RGB from this class. * Note we do not support 8 Bit here, thus the constructor looks dofferent.