Home
last modified time | relevance | path

Searched defs:audio_g72x_state (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/audio/include/
H A Daudio_encode.h100 struct audio_g72x_state { struct
101 long yl; /* Locked or steady state step size multiplier. */
102 short yu; /* Unlocked or non-steady state step size multiplier. */
103 short dms; /* Short term energy estimate. */
104 short dml; /* Long term energy estimate. */
105 short ap; /* Linear weighting coefficient of 'yl' and 'yu'. */
107 short a[2]; /* Coefficients of pole portion of prediction filter. */
108 short b[6]; /* Coefficients of zero portion of prediction filter. */
109 short pk[2];
114 short dq[6];
[all …]