Home
last modified time | relevance | path

Searched refs:cos_tabs (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A 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()
560 if (!FF_ALLOC_TYPED_ARRAY(tctx->cos_tabs[i], m / 4)) in init_mdct_win()
563 tctx->cos_tabs[i][j] = cos((2 * j + 1) * freq); in init_mdct_win()
565 tctx->cos_tabs[i][m / 4 - j] = tctx->cos_tabs[i][j]; in init_mdct_win()
749 av_freep(&tctx->cos_tabs[i]); in ff_twinvq_decode_close()
H A Dtwinvq.h163 float *cos_tabs[3]; member

Completed in 4 milliseconds