![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Declares the VerticalFilterLine and FieldInterpolateLine functions. More...
Go to the source code of this file.
Functions | |
| void | VerticalFilterLine (RGBAlphaPixel *topLine, RGBAlphaPixel *midLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels) |
| void | FieldInterpolateLine (RGBAlphaPixel *topLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels) |
Declares the VerticalFilterLine and FieldInterpolateLine functions.
Definition in file ntv2verticalfilter.h.
| void FieldInterpolateLine | ( | RGBAlphaPixel * | topLine, |
| RGBAlphaPixel * | bottomLine, | ||
| RGBAlphaPixel * | destLine, | ||
| LWord | numPixels | ||
| ) |
Definition at line 59 of file ntv2verticalfilter.cpp.
| void VerticalFilterLine | ( | RGBAlphaPixel * | topLine, |
| RGBAlphaPixel * | midLine, | ||
| RGBAlphaPixel * | bottomLine, | ||
| RGBAlphaPixel * | destLine, | ||
| LWord | numPixels | ||
| ) |
Definition at line 42 of file ntv2verticalfilter.cpp.