AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
ntv2verticalfilter.h File Reference

Declares the VerticalFilterLine and FieldInterpolateLine functions. More...

#include "ajaexport.h"
#include "ajatypes.h"
#include "ntv2videodefines.h"
#include "ntv2fixed.h"
Include dependency graph for ntv2verticalfilter.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declares the VerticalFilterLine and FieldInterpolateLine functions.

Definition in file ntv2verticalfilter.h.

Function Documentation

◆ FieldInterpolateLine()

void FieldInterpolateLine ( RGBAlphaPixel topLine,
RGBAlphaPixel bottomLine,
RGBAlphaPixel destLine,
LWord  numPixels 
)

Definition at line 59 of file ntv2verticalfilter.cpp.

◆ VerticalFilterLine()

void VerticalFilterLine ( RGBAlphaPixel topLine,
RGBAlphaPixel midLine,
RGBAlphaPixel bottomLine,
RGBAlphaPixel destLine,
LWord  numPixels 
)

Definition at line 42 of file ntv2verticalfilter.cpp.