Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtwinvq.c78 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()
Dtwinvq.h164 float *cos_tabs[3]; member
/third_party/ffmpeg/libavutil/
Dtx_template.c42 static FFTSample * const cos_tabs[18] = { variable
67 FFTSample *tab = cos_tabs[index]; in init_cos_tabs_idx()