Home
last modified time | relevance | path

Searched refs:high_lsp_cdbk (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dhigh_lsp_tables.c32 const signed char high_lsp_cdbk[512]={ variable
Dquant_lsp.c315 extern const signed char high_lsp_cdbk[];
345 id = lsp_quant(qlsp, high_lsp_cdbk, 64, order); in lsp_quant_high()
376 lsp[i] += LSP_DIV_256(high_lsp_cdbk[id*order+i]); in lsp_unquant_high()