Searched refs:LSP_DIV_512 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dquant_lsp.c55 #define LSP_DIV_512(x) (SHL16((spx_word16_t)x, 4)) macro
65 #define LSP_DIV_512(x) (0.0019531*(x)) macro
226 lsp[i] = ADD16(lsp[i], LSP_DIV_512(cdbk_nb_low1[id*5+i]));
234 lsp[i+5] = ADD32(lsp[i+5], LSP_DIV_512(cdbk_nb_high1[id*5+i]));
296 lsp[i] += LSP_DIV_512(cdbk_nb_low1[id*5+i]);
300 lsp[i+5] += LSP_DIV_512(cdbk_nb_high1[id*5+i]);
381 lsp[i] += LSP_DIV_512(high_lsp_cdbk2[id*order+i]);
/external/speex/libspeex/
H A Dquant_lsp.c55 #define LSP_DIV_512(x) (SHL16((spx_word16_t)x, 4)) macro
65 #define LSP_DIV_512(x) (0.0019531*(x)) macro
226 lsp[i] = ADD16(lsp[i], LSP_DIV_512(cdbk_nb_low1[id*5+i]));
234 lsp[i+5] = ADD32(lsp[i+5], LSP_DIV_512(cdbk_nb_high1[id*5+i]));
296 lsp[i] += LSP_DIV_512(cdbk_nb_low1[id*5+i]);
300 lsp[i+5] += LSP_DIV_512(cdbk_nb_high1[id*5+i]);
381 lsp[i] += LSP_DIV_512(high_lsp_cdbk2[id*order+i]);

Completed in 116 milliseconds