1mlib_SignalIIRFree_P4_S16_Sm1e6d(i3aMLLiIbB)LibrarymFluinbc_tSiiognnsalIIRFree_P4_S16_S16(3MLIB)
2
3
4
6 mlib_SignalIIRFree_P4_S16_S16, mlib_SignalIIRFree_P4_S16S_S16S - paral‐
7 lel Infinite Impulse Response (IIR) filtering
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 void mlib_SignalIIRFree_P4_S16_S16(void *filter);
14
15
16 void mlib_SignalIIRFree_P4_S16S_S16S(void *filter);
17
18
20 Each of these functions releases the memory allocated for the internal
21 filter structure.
22
24 Each of the functions takes the following arguments:
25
26 filter Internal filter structure.
27
28
30 None.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Committed │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │MT-Safe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 mlib_SignalIIR_Biquad_S16_S16_Sat(3MLIB), mlib_Sig‐
48 nalIIR_P4_S16_S16_Sat(3MLIB), mlib_SignalIIRFree_Biquad_S16_S16(3MLIB),
49 mlib_SignalIIRInit_Biquad_S16_S16(3MLIB), mlib_SignalI‐
50 IRInit_P4_S16_S16(3MLIB), attributes(5)
51
52
53
54SunOS 5.11 2 Mar 200m7lib_SignalIIRFree_P4_S16_S16(3MLIB)