Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c86 #define LSP_DIV_512(x) (0.001953125f * (x)) macro
274 lsp[i] += LSP_DIV_512(cdbk_nb_low1[id * 5 + i]); in lsp_unquant_lbr()
278 lsp[i + 5] += LSP_DIV_512(cdbk_nb_high1[id * 5 + i]); in lsp_unquant_lbr()
422 lsp[i] += LSP_DIV_512(cdbk_nb_low1[id * 5 + i]); in lsp_unquant_nb()
430 lsp[i + 5] += LSP_DIV_512(cdbk_nb_high1[id * 5 + i]); in lsp_unquant_nb()
450 lsp[i] += LSP_DIV_512(high_lsp_cdbk2[id * order + i]); in lsp_unquant_high()

Completed in 4 milliseconds