mediaLib Library Functions mlibSignalIMDCTSplitF32(3MLIB)
NAME
mlibSignalIMDCTSplitF32 - Dolby AC-3 digital audio stan-
dard transformation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalIMDCTSplitF32(mlibf32 *data);
DESCRIPTION
The mlibSignalIMDCTSplitF32() function performs the
inverse modified discrete cosine transformation in Dolby's
AC-3 digital audio standard.
PARAMETERS
The function takes the following arguments:
data Pointer to the data array. data[4*i] contains the
real parts of the first arrary, data[4*i]1] contains
the real parts of the second arrary, data[4*i]2]
contains the imaginary parts of the first arrary,
and data[4*i]3] contains the imaginary parts of the
second arrary.
RETURN VALUES
The function returns MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalIMDCTD64(3MLIB), mlibSignalIMDCTF32(3MLIB),
mlibSignalIMDCTSplitD64(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|