Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1.c33 const int16_t ff_g723_1_cos_tab[COS_TBL_SIZE + 1] = { variable
1200 int temp1 = ff_g723_1_cos_tab[index] * (1 << 16); in lsp2lpc()
1201 int temp2 = (ff_g723_1_cos_tab[index + 1] - ff_g723_1_cos_tab[index]) * in lsp2lpc()
H A Dg723_1.h241 extern const int16_t ff_g723_1_cos_tab[COS_TBL_SIZE + 1];
H A Dg723_1enc.c296 temp += f[LPC_ORDER - 2 * j + p] * ff_g723_1_cos_tab[i * j % COS_TBL_SIZE]; in lpc2lsp()
320 ff_g723_1_cos_tab[i * j % COS_TBL_SIZE]; in lpc2lsp()

Completed in 5 milliseconds