Searched defs:g72x_state (Results 1 – 1 of 1) sorted by relevance
44 struct g72x_state struct45 { long yl ; /* Locked or steady state step size multiplier. */46 short yu ; /* Unlocked or non-steady state step size multiplier. */47 short dms ; /* Short term energy estimate. */48 short dml ; /* Long term energy estimate. */49 short ap ; /* Linear weighting coefficient of 'yl' and 'yu'. */51 short a [2] ; /* Coefficients of pole portion of prediction filter. */75 int (*encoder) (int, struct g72x_state* state) ; argument76 int (*decoder) (int, struct g72x_state* state) ; argument81 typedef struct g72x_state G72x_STATE ; argument