mediaLib Library Functions mlibSignalIMDCTF32(3MLIB)
NAME
mlibSignalIMDCTF32 - Dolby AC-3 digital audio standard
transformation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalIMDCTF32(mlibf32 *data);
DESCRIPTION
The mlibSignalIMDCTF32() 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[2*i] contains the
real parts, and data[2*i]1] contains the imaginary
parts.
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),
mlibSignalIMDCTSplitD64(3MLIB),
mlibSignalIMDCTSplitF32(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|