/external/speex/libspeex/ |
quant_lsp_bfin.h | 45 static int lsp_quant( function
|
modes.h | 98 lsp_quant_func lsp_quant; /**< LSP quantization function */ member in struct:SpeexSubmode
|
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);
|
sb_celp.c | 533 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits); [all...] |
nb_celp.c | 577 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits); [all...] |