Functions | |
| Imath::V3f | computeYw (const Chromaticities &cr) |
| void | RGBAtoYCA (const Imath::V3f &yw, int n, bool aIsValid, const Rgba rgbaIn[], Rgba ycaOut[]) |
| void | decimateChromaHoriz (int n, const Rgba ycaIn[], Rgba ycaOut[]) |
| void | decimateChromaVert (int n, const Rgba *const ycaIn[N], Rgba ycaOut[]) |
| void | roundYCA (int n, unsigned int roundY, unsigned int roundC, const Rgba ycaIn[], Rgba ycaOut[]) |
| void | reconstructChromaHoriz (int n, const Rgba ycaIn[], Rgba ycaOut[]) |
| void | reconstructChromaVert (int n, const Rgba *const ycaIn[N], Rgba ycaOut[]) |
| void | YCAtoRGBA (const Imath::V3f &yw, int n, const Rgba ycaIn[], Rgba rgbaOut[]) |
| void | fixSaturation (const Imath::V3f &yw, int n, const Rgba *const rgbaIn[3], Rgba rgbaOut[]) |
| Imath::V3f Imf::RgbaYca::computeYw | ( | const Chromaticities & | cr | ) |
| void Imf::RgbaYca::decimateChromaHoriz | ( | int | n, | |
| const Rgba | ycaIn[], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::decimateChromaVert | ( | int | n, | |
| const Rgba *const | ycaIn[N], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::fixSaturation | ( | const Imath::V3f & | yw, | |
| int | n, | |||
| const Rgba *const | rgbaIn[3], | |||
| Rgba | rgbaOut[] | |||
| ) |
| void Imf::RgbaYca::reconstructChromaHoriz | ( | int | n, | |
| const Rgba | ycaIn[], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::reconstructChromaVert | ( | int | n, | |
| const Rgba *const | ycaIn[N], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::RGBAtoYCA | ( | const Imath::V3f & | yw, | |
| int | n, | |||
| bool | aIsValid, | |||
| const Rgba | rgbaIn[], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::roundYCA | ( | int | n, | |
| unsigned int | roundY, | |||
| unsigned int | roundC, | |||
| const Rgba | ycaIn[], | |||
| Rgba | ycaOut[] | |||
| ) |
| void Imf::RgbaYca::YCAtoRGBA | ( | const Imath::V3f & | yw, | |
| int | n, | |||
| const Rgba | ycaIn[], | |||
| Rgba | rgbaOut[] | |||
| ) |
1.5.9