Home
last modified time | relevance | path

Searched defs:KoYCbCrTraits (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DKoYcbcrColorSpaceTraits.h28 struct KoYCbCrTraits : public KoColorSpaceTrait<_channels_type_, 4, 3> { struct
30 typedef _channels_type_ channels_type;
31 typedef KoColorSpaceTrait<_channels_type_, 4, 3> parent;
33 static const qint32 Y_pos = 0;
34 static const qint32 Cb_pos = 1;
35 static const qint32 Cr_pos = 2;
40 struct Pixel {
48 inline static channels_type Y(quint8* data) { in Y()
53 inline static void setY(quint8* data, channels_type nv) { in setY()
79 struct KoYCbCrU8Traits : public KoYCbCrTraits<quint8> { argument
/dports/editors/calligra/calligra-3.2.1/libs/pigment/
H A DKoYcbcrColorSpaceTraits.h28 struct KoYCbCrTraits : public KoColorSpaceTrait<_channels_type_, 4, 3> { struct
30 typedef _channels_type_ channels_type;
31 typedef KoColorSpaceTrait<_channels_type_, 4, 3> parent;
33 static const qint32 Y_pos = 0;
34 static const qint32 Cb_pos = 1;
35 static const qint32 Cr_pos = 2;
40 struct Pixel {
48 inline static channels_type Y(quint8* data) { in Y()
53 inline static void setY(quint8* data, channels_type nv) { in setY()
79 struct KoYCbCrU8Traits : public KoYCbCrTraits<quint8> { argument