Searched refs:quant_weight (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeex/ |
D | quant_lsp.c | 71 static void compute_quant_weights(spx_lsp_t *qlsp, spx_word16_t *quant_weight, int order) in compute_quant_weights() argument 88 quant_weight[i] = DIV32_16(81920,ADD16(300,tmp1)); in compute_quant_weights() 90 quant_weight[i] = 10/(.04+tmp1); in compute_quant_weights() 163 spx_word16_t quant_weight[10]; in lsp_quant_nb() local 168 compute_quant_weights(qlsp, quant_weight, order); in lsp_quant_nb() 183 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5); in lsp_quant_nb() 189 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low2, NB_CDBK_SIZE_LOW2, 5); in lsp_quant_nb() 192 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5); in lsp_quant_nb() 198 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high2, NB_CDBK_SIZE_HIGH2, 5); in lsp_quant_nb() 246 spx_word16_t quant_weight[10]; in lsp_quant_lbr() local [all …]
|