Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h132 float lsp_cos_table[BLOCK_MAX_SIZE]; member
Dwmadec.c162 s->lsp_cos_table[i] = 2.0f * cos(wdel * i); in wma_lsp_to_curve_init()
197 w = s->lsp_cos_table[i]; in wma_lsp_to_curve()