Searched defs:LSP_DIV_256 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dquant_lsp.c54 #define LSP_DIV_256(x) (SHL16((spx_word16_t)x, 5)) macro
64 #define LSP_DIV_256(x) (0.0039062*(x)) macro
222 lsp[i] = ADD32(lsp[i], LSP_DIV_256(cdbk_nb[id*10+i]));
292 lsp[i] += LSP_DIV_256(cdbk_nb[id*10+i]);
376 lsp[i] += LSP_DIV_256(high_lsp_cdbk[id*order+i]);
/external/speex/libspeex/
H A Dquant_lsp.c54 #define LSP_DIV_256(x) (SHL16((spx_word16_t)x, 5)) macro
64 #define LSP_DIV_256(x) (0.0039062*(x)) macro
222 lsp[i] = ADD32(lsp[i], LSP_DIV_256(cdbk_nb[id*10+i]));
292 lsp[i] += LSP_DIV_256(cdbk_nb[id*10+i]);
376 lsp[i] += LSP_DIV_256(high_lsp_cdbk[id*order+i]);

Completed in 204 milliseconds