Displaying 2 results from an estimated 2 matches for "nb_submode4".
2007 Aug 06
2
11kbps narrowband on a 24bit DSP
...eex decoder for
11kbps narrowband implementation.
I am using the following parameters and structures
160, /*frameSize*/
40, /*subframeSize*/
10, /*lpcSize*/
17, /*pitchStart*/
144, /*pitchEnd*/
/* 11 kbps medium bit-rate mode */
static const SpeexSubmode nb_submode4 = {
-1,
0,
1,
0,
/*LSP quantization*/
lsp_quant_lbr,
lsp_unquant_lbr,
/*Pitch quantization*/
pitch_search_3tap,
pitch_unquant_3tap,
<p_params_med,
/*Innovation quantization*/
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&...
2007 Aug 06
0
11kbps narrowband on a 24bit DSP
...and structures
>
>
>
> 160, /*frameSize*/
>
> 40, /*subframeSize*/
>
> 10, /*lpcSize*/
>
> 17, /*pitchStart*/
>
> 144, /*pitchEnd*/
>
>
>
> /* 11 kbps medium bit-rate mode */
>
> static const SpeexSubmode nb_submode4 = {
>
> -1,
>
> 0,
>
> 1,
>
> 0,
>
> /*LSP quantization*/
>
> lsp_quant_lbr,
>
> lsp_unquant_lbr,
>
> /*Pitch quantization*/
>
> pitch_search_3tap,
>
> pitch_unquant_3tap,
>
> <p_para...