Searched defs:audio_g72x_state (Results 1 – 1 of 1) sorted by relevance
98 struct audio_g72x_state { struct99 long yl; /* Locked or steady state step size multiplier. */100 short yu; /* Unlocked or non-steady state step size multiplier. */101 short dms; /* Short term energy estimate. */102 short dml; /* Long term energy estimate. */103 short ap; /* Linear weighting coefficient of 'yl' and 'yu'. */105 short a[2]; /* Coefficients of pole portion of prediction filter. */106 short b[6]; /* Coefficients of zero portion of prediction filter. */107 short pk[2];112 short dq[6];[all …]