TuttleOFX
1
|
TurboJpeg process. More...
#include <TurboJpegWriterProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
TurboJpegWriterProcess (TurboJpegWriterPlugin &effect) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
void | writeImage (View &src) |
Protected Attributes | |
TurboJpegWriterPlugin & | _plugin |
Rendering plugin. | |
TurboJpegWriterProcessParams | _params |
parameters |
TurboJpeg process.
Definition at line 16 of file TurboJpegWriterProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Channel |
Definition at line 20 of file TurboJpegWriterProcess.hpp.
typedef View::value_type tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 19 of file TurboJpegWriterProcess.hpp.
typedef float tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Scalar |
Definition at line 21 of file TurboJpegWriterProcess.hpp.
tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::TurboJpegWriterProcess | ( | TurboJpegWriterPlugin & | effect | ) |
Definition at line 15 of file TurboJpegWriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 35 of file TurboJpegWriterProcess.tcc.
References tuttle::plugin::merge::copy_pixels().
void tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 23 of file TurboJpegWriterProcess.tcc.
References OFX::RenderArguments::time.
void tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::writeImage | ( | View & | src | ) |
Definition at line 62 of file TurboJpegWriterProcess.tcc.
References tuttle::plugin::turboJpeg::writer::eTurboJpegOptimizationMMX, tuttle::plugin::turboJpeg::writer::eTurboJpegOptimizationNone, tuttle::plugin::turboJpeg::writer::eTurboJpegOptimizationSSE, tuttle::plugin::turboJpeg::writer::eTurboJpegOptimizationSSE2, tuttle::plugin::turboJpeg::writer::eTurboJpegOptimizationSSE3, tuttle::plugin::turboJpeg::writer::eTurboJpegSubsampling420, tuttle::plugin::turboJpeg::writer::eTurboJpegSubsampling422, tuttle::plugin::turboJpeg::writer::eTurboJpegSubsampling440, tuttle::plugin::turboJpeg::writer::eTurboJpegSubsampling444, tuttle::plugin::turboJpeg::writer::eTurboJpegSubsamplingGray, height, boost::gil::view(), and width.
TurboJpegWriterProcessParams tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::_params [protected] |
parameters
Definition at line 24 of file TurboJpegWriterProcess.hpp.
TurboJpegWriterPlugin& tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file TurboJpegWriterProcess.hpp.