Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlib_signalemphasizefree_f32_f32(3mlib) [opensolaris man page]

mlib_SignalEmphasizeFree_S16_S16(3MLIB) 		    mediaLib Library Functions			   mlib_SignalEmphasizeFree_S16_S16(3MLIB)

NAME
mlib_SignalEmphasizeFree_S16_S16, mlib_SignalEmphasizeFree_S16S_S16S, mlib_SignalEmphasizeFree_F32_F32, mlib_SignalEmphasizeFree_F32S_F32S - clean up for signal pre-emphasizing SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_SignalEmphasizeFree_S16_S16(void *filter); void mlib_SignalEmphasizeFree_S16S_S16S(void *filter); void mlib_SignalEmphasizeFree_F32_F32(void *filter); void mlib_SignalEmphasizeFree_F32S_F32S(void *filter); DESCRIPTION
Each of these functions releases the memory allocated for the internal state's structure. PARAMETERS
Each of the functions takes the following arguments: filter Internal filter structure. RETURN VALUES
None. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_SignalEmphasize_S16_S16_Sat(3MLIB), mlib_SignalEmphasizeInit_S16_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalEmphasizeFree_S16_S16(3MLIB)

Check Out this Related Man Page

mlib_SignalEmphasizeFree_S16_S16(3MLIB) 		    mediaLib Library Functions			   mlib_SignalEmphasizeFree_S16_S16(3MLIB)

NAME
mlib_SignalEmphasizeFree_S16_S16, mlib_SignalEmphasizeFree_S16S_S16S, mlib_SignalEmphasizeFree_F32_F32, mlib_SignalEmphasizeFree_F32S_F32S - clean up for signal pre-emphasizing SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_SignalEmphasizeFree_S16_S16(void *filter); void mlib_SignalEmphasizeFree_S16S_S16S(void *filter); void mlib_SignalEmphasizeFree_F32_F32(void *filter); void mlib_SignalEmphasizeFree_F32S_F32S(void *filter); DESCRIPTION
Each of these functions releases the memory allocated for the internal state's structure. PARAMETERS
Each of the functions takes the following arguments: filter Internal filter structure. RETURN VALUES
None. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_SignalEmphasize_S16_S16_Sat(3MLIB), mlib_SignalEmphasizeInit_S16_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalEmphasizeFree_S16_S16(3MLIB)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Trying to modify a print filter!

Ok, the filter looks like this. awk ' BEGIN{printf ("^ This is sending escape sequences to the printer. What I also would like to do is filter out certain pages. I only want the contant between two markers. Start Marker=1Q2Q3Q4Q, End Marker=5Q6Q7Q8Q. I also need the actual line that... (0 Replies)
Discussion started by: djsal
0 Replies

2. Shell Programming and Scripting

filter file size and file name

I want to filter file information so that i have a column containing file size adjacent to a column containing that files name. I am using: find . -type f -exec ls -l {} \; | awk '$5 $9 {print $5 $9}' and the problem lies with $9 because it prints the file path, /. . ./filename. I want the... (3 Replies)
Discussion started by: robin_simple
3 Replies

3. Shell Programming and Scripting

How to filter out data file...?

Hi... I would like to filter out my data file....in two different way 1st way is like this, I will take one example..here... The script should ask like this. Enter min value in first column Enter max value in first column Enter min value in second column Enter max value in... (5 Replies)
Discussion started by: nex_asp
5 Replies

4. Shell Programming and Scripting

Need to filter data based on sysdate

I have a file from which I need to filter out certain lines when field 17 is less than sysdate. The file has date in YYYYMMDD HH:MI:SS format. Sample file is as below: PRUM,67016800 ,CC ,C1,67016800 ,00,Y,Y,2 ,US,BX,BOX ... (5 Replies)
Discussion started by: mady135
5 Replies