OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdbk_nb_low1
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
lsp_tables_nb.c
98
const signed char
cdbk_nb_low1
[320]={
variable
quant_lsp.h
51
extern const signed char
cdbk_nb_low1
[];
quant_lsp.c
183
id = lsp_weight_quant(qlsp, quant_weight,
cdbk_nb_low1
, NB_CDBK_SIZE_LOW1, 5);
226
lsp[i] = ADD16(lsp[i], LSP_DIV_512(
cdbk_nb_low1
[id*5+i]));
265
id = lsp_weight_quant(qlsp, quant_weight,
cdbk_nb_low1
, NB_CDBK_SIZE_LOW1, 5);
296
lsp[i] += LSP_DIV_512(
cdbk_nb_low1
[id*5+i]);
Completed in 31 milliseconds