1mlib_VideoColorMerge2_S16(3mMeLdIiBa)Lib Library Funcmtliiobn_sVideoColorMerge2_S16(3MLIB)
2
3
4
6 mlib_VideoColorMerge2_S16 - color conversion (color channel merge)
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 mlib_status mlib_VideoColorMerge2_S16(mlib_s16 *colors,
13 const mlib_s16 *color1, const mlib_s16 *color2,
14 mlib_s32 n);
15
16
18 The mlib_VideoColorMerge2_S16() function performs color channel merge.
19
21 The function takes the following arguments:
22
23 colors Pointer to colors multi-component row. colors must be 8-byte
24 aligned.
25
26
27 color1 Pointer to first color component row. color1 must be 8-byte
28 aligned.
29
30
31 color2 Pointer to second color component row. color2 must be 8-byte
32 aligned.
33
34
35 n Length of color1 and color2 arrays. Length of colors must be
36 2*n.
37
38
40 The function returns MLIB_SUCCESS if successful. Otherwise it returns
41 MLIB_FAILURE.
42
44 See attributes(5) for descriptions of the following attributes:
45
46
47
48
49 ┌─────────────────────────────┬─────────────────────────────┐
50 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │Interface Stability │Committed │
53 ├─────────────────────────────┼─────────────────────────────┤
54 │MT-Level │MT-Safe │
55 └─────────────────────────────┴─────────────────────────────┘
56
58 mlib_VideoColorMerge2(3MLIB), mlib_VideoColorMerge3(3MLIB), mlib_Video‐
59 ColorMerge3_S16(3MLIB), mlib_VideoColorMerge4(3MLIB), mlib_VideoCol‐
60 orMerge4_S16(3MLIB), mlib_VideoColorSplit2(3MLIB), mlib_VideoColor‐
61 Split2_S16(3MLIB), mlib_VideoColorSplit3(3MLIB), mlib_VideoColor‐
62 Split3_S16(3MLIB), mlib_VideoColorSplit4(3MLIB), mlib_VideoColor‐
63 Split4_S16(3MLIB), attributes(5)
64
65
66
67SunOS 5.11 2 Mar 2007 mlib_VideoColorMerge2_S16(3MLIB)