Displaying 2 results from an estimated 2 matches for "split_cb_nb_med".
2007 Aug 06
2
11kbps narrowband on a 24bit DSP
...-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,
&split_cb_nb_med,
QCONST16(.45,15),
220
};
/* Parameters for Long-Term Prediction (LTP)*/
static const ltp_params ltp_params_lbr = {
gain_cdbk_lbr,
5,
7
};
/* Split-VQ innovation parameters narrowband */
static const split_cb_params split_cb_nb_med = {
8, /*subvect_...
2007 Aug 06
0
11kbps narrowband on a 24bit DSP
...p_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,
>
> &split_cb_nb_med,
>
> QCONST16(.45,15),
>
> 220
>
> };
>
>
>
> /* Parameters for Long-Term Prediction (LTP)*/
>
> static const ltp_params ltp_params_lbr = {
>
> gain_cdbk_lbr,
>
> 5,
>
> 7
>
> };
>
>
>
> /* Split-...