1mlib_VideoUpSample420_Nearemsetd_iSa1L6i(b3MLLiIbBrm)alriyb_FVuindcetoiUopnSsample420_Nearest_S16(3MLIB)
2
3
4

NAME

6       mlib_VideoUpSample420_Nearest_S16 - up sampling rate conversion in JFIF
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_VideoUpSample420_Nearest_S16(mlib_s16 *dst0,
13            mlib_s16 *dst1, const mlib_s16 *src, mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_VideoUpSample420_Nearest_S16()  function performs up sampling
18       rate conversion used in JPEG File Interchange Format (JFIF).
19

PARAMETERS

21       The function takes the following arguments:
22
23       dst0    Pointer to upper destination row. dst0 must be 8-byte aligned.
24
25
26       dst1    Pointer to lower destination row. dst1 must be 8-byte aligned.
27
28
29       src     Pointer to source row. src must be 8-byte aligned.
30
31
32       n       Length of source rows. n must be greater than 1.
33
34

RETURN VALUES

36       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
37       MLIB_FAILURE.
38

ATTRIBUTES

40       See attributes(5) for descriptions of the following attributes:
41
42
43
44
45       ┌─────────────────────────────┬─────────────────────────────┐
46       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
47       ├─────────────────────────────┼─────────────────────────────┤
48       │Interface Stability          │Committed                    │
49       ├─────────────────────────────┼─────────────────────────────┤
50       │MT-Level                     │MT-Safe                      │
51       └─────────────────────────────┴─────────────────────────────┘
52

SEE ALSO

54       mlib_VideoDownSample420(3MLIB),     mlib_VideoDownSample420_S16(3MLIB),
55       mlib_VideoDownSample422(3MLIB),     mlib_VideoDownSample422_S16(3MLIB),
56       mlib_VideoUpSample420(3MLIB),     mlib_VideoUpSample420_Nearest(3MLIB),
57       mlib_VideoUpSample420_S16(3MLIB),         mlib_VideoUpSample422(3MLIB),
58       mlib_VideoUpSample422_S16(3MLIB), mlib_VideoUpSample422_Nearest(3MLIB),
59       mlib_VideoUpSample422_Nearest_S16(3MLIB), attributes(5)
60
61
62
63SunOS 5.11                        2 Marml2i0b0_7VideoUpSample420_Nearest_S16(3MLIB)
Impressum