Searched refs:lsp_weight_quant (Results 1 – 3 of 3) sorted by relevance
/external/speex/libspeex/ |
D | quant_lsp.c | 130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbV… in lsp_weight_quant() function 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() 265 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5); in lsp_quant_lbr() 268 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5); in lsp_quant_lbr() 351 id = lsp_weight_quant(qlsp, quant_weight, high_lsp_cdbk2, 64, order); in lsp_quant_high()
|
D | quant_lsp_bfin.h | 106 static int lsp_weight_quant( in lsp_weight_quant() function
|
/external/chromium_org/third_party/speex/libspeex/ |
D | quant_lsp.c | 130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbV… in lsp_weight_quant() function 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() 265 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5); in lsp_quant_lbr() 268 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5); in lsp_quant_lbr() 351 id = lsp_weight_quant(qlsp, quant_weight, high_lsp_cdbk2, 64, order); in lsp_quant_high()
|