| 293 | { |
| 294 | public: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected