
Public Member Functions | |
| ZoomBlurUnit (ZoomBlurEngine *server, ZoomBlurMain *plugin) | |
| void | process_package (LoadPackage *package) |
Data Fields | |
| ZoomBlurEngine * | server |
| ZoomBlurMain * | plugin |
Definition at line 144 of file zoomblur.C.
| ZoomBlurUnit::ZoomBlurUnit | ( | ZoomBlurEngine * | server, | |
| ZoomBlurMain * | plugin | |||
| ) |
Definition at line 828 of file zoomblur.C.
| void ZoomBlurUnit::process_package | ( | LoadPackage * | package | ) | [virtual] |
Reimplemented from LoadClient.
Definition at line 988 of file zoomblur.C.
References BC_RGB161616, BC_RGB888, BC_RGB_FLOAT, BC_RGBA16161616, BC_RGBA8888, BC_RGBA_FLOAT, BC_YUV161616, BC_YUV888, BC_YUVA16161616, BC_YUVA8888, BLEND_LAYER, VFrame::get_color_model(), VFrame::get_h(), VFrame::get_w(), ZoomBlurMain::input, ZoomBlurMain::output, plugin, ZoomBlurMain::scale_x_table, and ZoomBlurMain::scale_y_table.

1.5.5