Query: mlib_signalimdct_d64
OS: opensolaris
Section: 3mlib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mlib_SignalIMDCT_D64(3MLIB) mediaLib Library Functions mlib_SignalIMDCT_D64(3MLIB)NAMEmlib_SignalIMDCT_D64 - Dolby AC-3 digital audio standard transformationSYNOPSIScc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalIMDCT_D64(mlib_d64 *data);DESCRIPTIONThe mlib_SignalIMDCT_D64() function performs the inverse modified discrete cosine transformation in Dolby's AC-3 digital audio standard.PARAMETERSThe 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 VALUESThe function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmlib_SignalIMDCT_F32(3MLIB), mlib_SignalIMDCTSplit_D64(3MLIB), mlib_SignalIMDCTSplit_F32(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalIMDCT_D64(3MLIB)
Similar Topics in the Unix Linux Community |
---|
solaris zones vs container.. |
PHP Man Pages Now Available (Over 10,000) |
Study UNIX Kernel |
Identify problem with while getopts |
Solaris 10 - password complexity not working |