Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dspeexdec.c178 typedef struct DecoderState { struct
179 const SpeexMode *mode;
180 int modeID; /**< ID of the decoder mode */
181 int first; /**< Is first frame */
182 int full_frame_size; /**< Length of full-band frames */
183 int is_wideband; /**< If wideband is present */
184 int count_lost; /**< Was the last frame lost? */
185 int frame_size; /**< Length of high-band frames */
186 int subframe_size; /**< Length of high-band sub-frames */
187 int nb_subframes; /**< Number of high-band sub-frames */
[all …]