/external/speex/libspeex/ |
quant_lsp_bfin.h | 45 static int lsp_quant( function
|
quant_lsp.c | 98 static int lsp_quant(spx_word16_t *x, const signed char *cdbk, int nbVec, int nbDim) function 177 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); 259 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); 345 id = lsp_quant(qlsp, high_lsp_cdbk, 64, order);
|
modes.h | 98 lsp_quant_func lsp_quant; /**< LSP quantization function */ member in struct:SpeexSubmode
|