HomeSort by relevance Sort by last modified time
    Searched refs:RGBAtoYCA (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaYca.h 73 // function RGBAtoYCA() converts the pixels to YCA format:
151 void RGBAtoYCA (const Imath::V3f &yw,
214 // This function is the inverse of RGBAtoYCA().
ImfRgbaFile.cpp 390 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf, _tmpBuf);
424 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf + N2, _tmpBuf + N2);
ImfRgbaYca.cpp 65 RGBAtoYCA (const V3f &yw,
374 // The special cases here and in RGBAtoYCA() ensure that
ImfTiledRgbaFile.cpp 234 RGBAtoYCA (_yw, width, _writeA, _buf[y1], _buf[y1]);

Completed in 533 milliseconds