Searched refs:cos_tabs (Results 1 – 3 of 3) sorted by relevance
78 float cos_i = tctx->cos_tabs[0][i]; in eval_lpcenv()122 const float *cos_tab = tctx->cos_tabs[ftype]; in eval_lpcenv_or_interp()559 if (!FF_ALLOC_TYPED_ARRAY(tctx->cos_tabs[i], m / 4)) in init_mdct_win()562 tctx->cos_tabs[i][j] = cos((2 * j + 1) * freq); in init_mdct_win()564 tctx->cos_tabs[i][m / 4 - j] = tctx->cos_tabs[i][j]; in init_mdct_win()748 av_freep(&tctx->cos_tabs[i]); in ff_twinvq_decode_close()
164 float *cos_tabs[3]; member
42 static FFTSample * const cos_tabs[18] = { variable67 FFTSample *tab = cos_tabs[index]; in init_cos_tabs_idx()