You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/mpeglib/lib/util/render/dither2YUV
toma e2de64d6f1
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dither2YUV.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dither2YUV.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
rgb2yuv16.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
rgb2yuv16.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
rgb2yuv32.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
rgb2yuv32.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
rgb2yuvdefs.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 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.