1mlib_SignalIMDCT_F32(3MLIB)mediaLib Library Functionsmlib_SignalIMDCT_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalIMDCT_F32 - Dolby AC-3 digital audio standard transformation
7

SYNOPSIS

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

DESCRIPTION

16       The  mlib_SignalIMDCT_F32() function performs the inverse modified dis‐
17       crete cosine transformation in Dolby's AC-3 digital audio standard.
18

PARAMETERS

20       The function takes the following arguments:
21
22       data    Pointer to the data array. data[2*i] contains the  real  parts,
23               and data[2*i+1] contains the imaginary parts.
24
25

RETURN VALUES

27       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
28       MLIB_FAILURE.
29

ATTRIBUTES

31       See attributes(5) for descriptions of the following attributes:
32
33
34
35
36       ┌─────────────────────────────┬─────────────────────────────┐
37       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
38       ├─────────────────────────────┼─────────────────────────────┤
39       │Interface Stability          │Committed                    │
40       ├─────────────────────────────┼─────────────────────────────┤
41       │MT-Level                     │MT-Safe                      │
42       └─────────────────────────────┴─────────────────────────────┘
43

SEE ALSO

45       mlib_SignalIMDCT_D64(3MLIB),          mlib_SignalIMDCTSplit_D64(3MLIB),
46       mlib_SignalIMDCTSplit_F32(3MLIB), attributes(5)
47
48
49
50SunOS 5.11                        2 Mar 2007       mlib_SignalIMDCT_F32(3MLIB)
Impressum