Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dquant_lsp.c53 #define LSP_LINEAR_HIGH(i) (ADD16(MULT16_16_16(i,2560),6144)) macro
62 #define LSP_LINEAR_HIGH(i) (.3125*(i)+.75) macro
340 qlsp[i]=SUB16(qlsp[i],LSP_LINEAR_HIGH(i)); in lsp_quant_high()
371 lsp[i]=LSP_LINEAR_HIGH(i); in lsp_unquant_high()