Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dnb_celp.h123 typedef struct DecState { struct
124 const SpeexMode *mode; /**< Mode corresponding to the state */
125 int first; /**< Is this the first frame? */
126 int count_lost; /**< Was the last frame lost? */
127 int frameSize; /**< Size of frames */
128 int subframeSize; /**< Size of sub-frames */
129 int nbSubframes; /**< Number of sub-frames */
130 int lpcSize; /**< LPC order */
131 int min_pitch; /**< Minimum pitch value allowed */
132 int max_pitch; /**< Maximum pitch value allowed */
[all …]
/external/webp/src/dec/
Didec_dec.c44 } DecState; typedef