Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:ToYca

158     // Some of the buffers that are allocated by classes ToYca and
190 class RgbaOutputFile::ToYca: public Mutex
194 ToYca (OutputFile &outputFile, RgbaChannels rgbaChannels);
195 ~ToYca ();
237 RgbaOutputFile::ToYca::ToYca (OutputFile &outputFile,
280 RgbaOutputFile::ToYca::~ToYca ()
288 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY,
297 RgbaOutputFile::ToYca::setFrameBuffer (const Rgba *base,
356 RgbaOutputFile::ToYca::writePixels (int numScanLines)
497 RgbaOutputFile::ToYca::currentScanLine () const
504 RgbaOutputFile::ToYca::padTmpBuf ()
515 RgbaOutputFile::ToYca::rotateBuffers ()
527 RgbaOutputFile::ToYca::duplicateLastBuffer ()
535 RgbaOutputFile::ToYca::duplicateSecondToLastBuffer ()
543 RgbaOutputFile::ToYca::decimateChromaVertAndWriteScanLine ()
569 _toYca = new ToYca (*_outputFile, rgbaChannels);
585 _toYca = new ToYca (*_outputFile, rgbaChannels);
614 _toYca = new ToYca (*_outputFile, rgbaChannels);
643 _toYca = new ToYca (*_outputFile, rgbaChannels);