1mlib_SignalLPCPerceptWeightmIendiita_LSi1b6(L3imMblLriIabBr_)ySiFgunnacltLiPoCnPserceptWeightInit_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalLPCPerceptWeightInit_S16,       mlib_SignalLPCPerceptWeight‐
7       Init_F32 - initialization for perceptual weighting of linear predictive
8       coding
9

SYNOPSIS

11       cc [ flag... ] file... -lmlib [ library... ]
12       #include <mlib.h>
13
14       mlib_status mlib_SignalLPCPerceptWeightInit_S16(void *state,
15            mlib_s32 length, mlib_s32 order);
16
17
18       mlib_status mlib_SignalLPCPerceptWeightInit_F32(void *state,
19            mlib_s32 length, mlib_s32 order);
20
21

DESCRIPTION

23       Each  function  initializes the internal state structure for perceptual
24       weighting of linear predictive coding (LPC).
25
26
27       The init function performs  internal  state  structure  allocation  and
28       global  initialization. Per LPC function call initialization is done in
29       LPC function, so the same internal state structure can  be  reused  for
30       multiple LPC function calls.
31

PARAMETERS

33       Each function takes the following arguments:
34
35       state     Pointer to the internal state structure.
36
37
38       length    The length of the input signal vector.
39
40
41       order     The order of the linear prediction filter.
42
43

RETURN VALUES

45       Each  function returns MLIB_SUCCESS if successful. Otherwise it returns
46       MLIB_FAILURE.
47

ATTRIBUTES

49       See attributes(5) for descriptions of the following attributes:
50
51
52
53
54       ┌─────────────────────────────┬─────────────────────────────┐
55       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │Interface Stability          │Committed                    │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │MT-Level                     │MT-Safe                      │
60       └─────────────────────────────┴─────────────────────────────┘
61

SEE ALSO

63       mlib_SignalLPCPerceptWeight_S16(3MLIB),    mlib_SignalLPCPerceptWeight‐
64       Free_S16(3MLIB), attributes(5)
65
66
67
68SunOS 5.11                        2 Mmalrib2_0S0i7gnalLPCPerceptWeightInit_S16(3MLIB)
Impressum