#include <ivtc.h>
Inherits LoadClient.

Public Member Functions | |
| IVTCUnit (IVTCEngine *server, IVTCMain *plugin) | |
| void | process_package (LoadPackage *package) |
| void | clear_totals () |
Data Fields | |
| IVTCEngine * | server |
| IVTCMain * | plugin |
| int64_t | even_vs_current |
| int64_t | even_vs_prev |
| int64_t | odd_vs_current |
| int64_t | odd_vs_prev |
Definition at line 93 of file ivtc.h.
| IVTCUnit::IVTCUnit | ( | IVTCEngine * | server, | |
| IVTCMain * | plugin | |||
| ) |
| void IVTCUnit::process_package | ( | LoadPackage * | package | ) | [virtual] |
Reimplemented from LoadClient.
Definition at line 575 of file ivtc.C.
References BC_RGB161616, BC_RGB888, BC_RGB_FLOAT, BC_RGBA16161616, BC_RGBA8888, BC_RGBA_FLOAT, BC_YUV161616, BC_YUV888, BC_YUVA16161616, BC_YUVA8888, VFrame::get_color_model(), VFrame::get_h(), VFrame::get_w(), IVTCMain::input, IVTC_MACRO, and plugin.

| void IVTCUnit::clear_totals | ( | ) |
Definition at line 567 of file ivtc.C.
References even_vs_current, even_vs_prev, odd_vs_current, and odd_vs_prev.
Referenced by IVTCEngine::init_packages().
| int64_t IVTCUnit::even_vs_current |
Definition at line 101 of file ivtc.h.
Referenced by clear_totals(), and IVTCMain::process_realtime().
| int64_t IVTCUnit::even_vs_prev |
Definition at line 102 of file ivtc.h.
Referenced by clear_totals(), and IVTCMain::process_realtime().
| int64_t IVTCUnit::odd_vs_current |
Definition at line 103 of file ivtc.h.
Referenced by clear_totals(), and IVTCMain::process_realtime().
| int64_t IVTCUnit::odd_vs_prev |
Definition at line 104 of file ivtc.h.
Referenced by clear_totals(), and IVTCMain::process_realtime().
1.5.5