Searched defs:SBEncState (Results 1 – 1 of 1) sorted by relevance
44 typedef struct SBEncState { struct45 const SpeexMode *mode; /**< Pointer to the mode (containing for vtable info) */46 void *st_low; /**< State of the low-band (narrowband) encoder */47 int full_frame_size; /**< Length of full-band frames*/48 int frame_size; /**< Length of high-band frames*/49 int subframeSize; /**< Length of high-band sub-frames*/50 int nbSubframes; /**< Number of high-band sub-frames*/51 int windowSize; /**< Length of high-band LPC window*/52 int lpcSize; /**< Order of high-band LPC analysis */53 int first; /**< First frame? */[all …]