Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x_priv.h44 struct g72x_state struct
45 { 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) ; argument
76 int (*decoder) (int, struct g72x_state* state) ; argument
81 typedef struct g72x_state G72x_STATE ; argument