AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
ntv2verticalfilter.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MIT */
8 #ifndef VERTICALFILTER_H
9 #define VERTICALFILTER_H
10 
11 #include "ajaexport.h"
12 #include "ajatypes.h"
13 #include "ntv2videodefines.h"
14 #include "ntv2fixed.h"
15 
16 
18  RGBAlphaPixel * midLine,
19  RGBAlphaPixel * bottomLine,
20  RGBAlphaPixel * destLine,
21  LWord numPixels );
22 
24  RGBAlphaPixel * bottomLine,
25  RGBAlphaPixel * destLine,
26  LWord numPixels );
27 
28 #endif // VERTICALFILTER_H
LWord
int32_t LWord
Definition: ajatypes.h:254
ajaexport.h
Defines the import/export macros for producing DLLs or LIBs.
FieldInterpolateLine
void FieldInterpolateLine(RGBAlphaPixel *topLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
Definition: ntv2verticalfilter.cpp:59
ntv2videodefines.h
Declares common video macros and structs used in the SDK.
ajatypes.h
Declares the most fundamental data types used by NTV2. Since Windows NT was the first principal devel...
ntv2fixed.h
Declares several fixed-point math routines. Assumes 16-bit fraction.
AJAExport
#define AJAExport
Definition: export.h:33
VerticalFilterLine
void VerticalFilterLine(RGBAlphaPixel *topLine, RGBAlphaPixel *midLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
Definition: ntv2verticalfilter.cpp:42
RGBAlphaPixel
Definition: ntv2videodefines.h:137