Searched defs:DecState (Results 1 – 3 of 3) sorted by relevance
123 typedef struct DecState { struct124 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 …]
44 } DecState; typedef
45 } DecState; typedef