Searched defs:quant_weight (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/speex/libspeex/
H A Dquant_lsp.c71 static void compute_quant_weights(spx_lsp_t *qlsp, spx_word16_t *quant_weight, int order) argument
88 quant_weight[i] = DIV32_16(81920,ADD16(300,tmp1));
90 quant_weight[i] = 10/(.04+tmp1);
163 spx_word16_t quant_weight[10]; local
168 compute_quant_weights(qlsp, quant_weight, order);
183 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5);
189 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low2, NB_CDBK_SIZE_LOW2, 5);
192 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5);
198 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high2, NB_CDBK_SIZE_HIGH2, 5);
246 spx_word16_t quant_weight[1 local
323 spx_word16_t quant_weight[10]; local
[all...]
/external/speex/libspeex/
H A Dquant_lsp.c71 static void compute_quant_weights(spx_lsp_t *qlsp, spx_word16_t *quant_weight, int order) argument
88 quant_weight[i] = DIV32_16(81920,ADD16(300,tmp1));
90 quant_weight[i] = 10/(.04+tmp1);
163 spx_word16_t quant_weight[10]; local
168 compute_quant_weights(qlsp, quant_weight, order);
183 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5);
189 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low2, NB_CDBK_SIZE_LOW2, 5);
192 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5);
198 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high2, NB_CDBK_SIZE_HIGH2, 5);
246 spx_word16_t quant_weight[1 local
323 spx_word16_t quant_weight[10]; local
[all...]

Completed in 268 milliseconds