1mlib_SignalIMDCTSplit_F32(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalIMDCTSplit_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalIMDCTSplit_F32 - Dolby AC-3 digital audio standard transfor‐
7       mation
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalIMDCTSplit_F32(mlib_f32 *data);
14
15

DESCRIPTION

17       The mlib_SignalIMDCTSplit_F32() function performs the inverse  modified
18       discrete cosine transformation in Dolby's AC-3 digital audio standard.
19

PARAMETERS

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

RETURN VALUES

31       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
32       MLIB_FAILURE.
33

ATTRIBUTES

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

SEE ALSO

49       mlib_SignalIMDCT_D64(3MLIB), mlib_SignalIMDCT_F32(3MLIB),  mlib_Signal‐
50       IMDCTSplit_D64(3MLIB), attributes(5)
51
52
53
54SunOS 5.11                        2 Mar 2007  mlib_SignalIMDCTSplit_F32(3MLIB)
Impressum