Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.c125 static float lpc_tab[16]; variable
139 lpc_tab[i] = sin((i - 8) * (M_PI / ((i < 8) ? 17 : 15))); in init_tables()
777 float rc = lpc_tab[codes[i]]; in convert_lpc()