AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
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
17
AJAExport
void
VerticalFilterLine
(
RGBAlphaPixel
* topLine,
18
RGBAlphaPixel
* midLine,
19
RGBAlphaPixel
* bottomLine,
20
RGBAlphaPixel
* destLine,
21
LWord
numPixels );
22
23
AJAExport
void
FieldInterpolateLine
(
RGBAlphaPixel
* topLine,
24
RGBAlphaPixel
* bottomLine,
25
RGBAlphaPixel
* destLine,
26
LWord
numPixels );
27
28
#endif // VERTICALFILTER_H
LWord
int32_t LWord
Definition:
ajatypes.h:252
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
libajantv2
ajantv2
includes
ntv2verticalfilter.h
Generated on Tue Dec 3 2024 10:26:00 for AJA NTV2 SDK by
1.8.17