Home | History | Annotate | Download | only in libspeex

Lines Matching full:band

4    @brief Sub-band CELP mode used for wideband encoding
43 /**Structure representing the full state of the sub-band encoder*/
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 */
59 spx_word16_t *high; /**< High-band signal (buffer) */
79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */
98 /**Structure representing the full state of the sub-band decoder*/
101 void *st_low; /**< State of the low-band (narrowband) encoder */