Searched defs:EncState (Results 1 – 1 of 1) sorted by relevance
50 typedef struct EncState { struct51 const SpeexMode *mode; /**< Mode corresponding to the state */52 int first; /**< Is this the first frame? */53 int frameSize; /**< Size of frames */54 int subframeSize; /**< Size of sub-frames */55 int nbSubframes; /**< Number of sub-frames */56 int windowSize; /**< Analysis (LPC) window length */57 int lpcSize; /**< LPC order */58 int min_pitch; /**< Minimum pitch value allowed */59 int max_pitch; /**< Maximum pitch value allowed */[all …]