1mlib_SignalIMDCTSplit_D64(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalIMDCTSplit_D64(3MLIB)
2
3
4
6 mlib_SignalIMDCTSplit_D64 - Dolby AC-3 digital audio standard transfor‐
7 mation
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_SignalIMDCTSplit_D64(mlib_d64 *data);
14
15
17 The mlib_SignalIMDCTSplit_D64() function performs the inverse modified
18 discrete cosine transformation in Dolby's AC-3 digital audio standard.
19
21 The function takes the following arguments:
22
23 data Pointer to the data array. data[4*i] contains the real parts of
24 the first arrary, data[4*i+1] contains the real parts of the
25 second arrary, data[4*i+2] contains the imaginary parts of the
26 first arrary, and data[4*i+3] contains the imaginary parts of
27 the second arrary.
28
29
31 The function returns MLIB_SUCCESS if successful. Otherwise it returns
32 MLIB_FAILURE.
33
35 See attributes(5) for descriptions of the following attributes:
36
37
38
39
40 ┌─────────────────────────────┬─────────────────────────────┐
41 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │Interface Stability │Committed │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │MT-Level │MT-Safe │
46 └─────────────────────────────┴─────────────────────────────┘
47
49 mlib_SignalIMDCT_D64(3MLIB), mlib_SignalIMDCT_F32(3MLIB), mlib_Signal‐
50 IMDCTSplit_F32(3MLIB), attributes(5)
51
52
53
54SunOS 5.11 2 Mar 2007 mlib_SignalIMDCTSplit_D64(3MLIB)