AJA NTV2 SDK  18.1.0.2149
NTV2 SDK 18.1.0.2149
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
Declares common video macros and structs used in the SDK.
int32_t LWord
Definition: ajatypes.h:235
void VerticalFilterLine(RGBAlphaPixel *topLine, RGBAlphaPixel *midLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
Defines the import/export macros for producing DLLs or LIBs.
Declares several fixed-point math routines. Assumes 16-bit fraction.
Declares the most fundamental data types used by NTV2. Since Windows NT was the first principal devel...
void FieldInterpolateLine(RGBAlphaPixel *topLine, RGBAlphaPixel *bottomLine, RGBAlphaPixel *destLine, LWord numPixels)
#define AJAExport
Definition: export.h:33