Home
last modified time | relevance | path

Searched refs:lsp_quant (Results 1 – 5 of 5) sorted by relevance

/external/speex/libspeex/
Dquant_lsp.c98 static int lsp_quant(spx_word16_t *x, const signed char *cdbk, int nbVec, int nbDim) in lsp_quant() function
177 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); in lsp_quant_nb()
259 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); in lsp_quant_lbr()
345 id = lsp_quant(qlsp, high_lsp_cdbk, 64, order); in lsp_quant_high()
Dquant_lsp_bfin.h45 static int lsp_quant( in lsp_quant() function
Dmodes.h98 lsp_quant_func lsp_quant; /**< LSP quantization function */ member
Dsb_celp.c533 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits); in sb_encode()
Dnb_celp.c577 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits); in nb_encode()