AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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: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
libajantv2
ajantv2
includes
ntv2verticalfilter.h
Generated on Wed Mar 5 2025 11:06:24 for AJA NTV2 SDK by
1.8.17