AJA NTV2 SDK  17.6.0.1688
NTV2 SDK 17.6.0.1688
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ntv2verticalfilter.cpp File Reference

Implementations of the VerticalFilterLine and FieldInterpolateLine functions. More...

#include "ntv2verticalfilter.h"
#include <memory.h>
Include dependency graph for ntv2verticalfilter.cpp:

Go to the source code of this file.

Functions

static RGBAlphaPixel VerticalFilterPixel (RGBAlphaPixel *pTop, RGBAlphaPixel *pCurrent, RGBAlphaPixel *pBottom)
 
static RGBAlphaPixel FieldInterpolatePixel (RGBAlphaPixel *pTop, RGBAlphaPixel *pBottom)
 
void VerticalFilterLine (RGBAlphaPixel *topLine, RGBAlphaPixel *midLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
 
void FieldInterpolateLine (RGBAlphaPixel *topLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
 

Detailed Description

Implementations of the VerticalFilterLine and FieldInterpolateLine functions.

Definition in file ntv2verticalfilter.cpp.

Function Documentation

◆ FieldInterpolateLine()

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

Definition at line 59 of file ntv2verticalfilter.cpp.

◆ FieldInterpolatePixel()

static RGBAlphaPixel FieldInterpolatePixel ( RGBAlphaPixel pTop,
RGBAlphaPixel pBottom 
)
inlinestatic

Definition at line 27 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.

◆ VerticalFilterPixel()

static RGBAlphaPixel VerticalFilterPixel ( RGBAlphaPixel pTop,
RGBAlphaPixel pCurrent,
RGBAlphaPixel pBottom 
)
inlinestatic

Definition at line 12 of file ntv2verticalfilter.cpp.