MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / QuantizeProcessor

Method QuantizeProcessor

Quantize/Quantize.cpp:295–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293{
294public:
295 QuantizeProcessor(ImageEffect &instance,
296 const RenderArguments &args)
297 : QuantizeProcessorBase(instance, args)
298 {
299 //const double time = args.time;
300
301 // TODO: any pre-computation goes here (such as computing a LUT)
302 }
303
304 void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL
305 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected