Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c85 #define LSP_DIV_256(x) (0.00390625f * (x)) macro
270 lsp[i] += LSP_DIV_256(cdbk_nb[id * 10 + i]); in lsp_unquant_lbr()
418 lsp[i] += LSP_DIV_256(cdbk_nb[id * 10 + i]); in lsp_unquant_nb()
446 lsp[i] += LSP_DIV_256(high_lsp_cdbk[id * order + i]); in lsp_unquant_high()

Completed in 3 milliseconds