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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.h164 float *cos_tabs[3]; member in struct:TwinVQContext
H A Dtwinvq.c78 float cos_i = tctx->cos_tabs[0][i];
122 const float *cos_tab = tctx->cos_tabs[ftype];
565 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->cos_tabs[i],
566 (m / 4) * sizeof(*tctx->cos_tabs[i]), alloc_fail);
569 tctx->cos_tabs[i][j] = cos((2 * j + 1) * freq);
571 tctx->cos_tabs[i][m / 4 - j] = tctx->cos_tabs[i][j];
758 av_free(tctx->cos_tabs[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c201 float *cos_tabs[3]; member in struct:TwinContext
273 float cos_i = tctx->cos_tabs[0][i];
317 const float *cos_tab = tctx->cos_tabs[ftype];
914 FF_ALLOC_OR_GOTO(tctx->avctx, tctx->cos_tabs[i],
915 (m / 4) * sizeof(*tctx->cos_tabs[i]), alloc_fail);
918 tctx->cos_tabs[i][j] = cos((2*j + 1)*freq);
920 tctx->cos_tabs[i][m/4-j] = tctx->cos_tabs[i][j];
1099 av_free(tctx->cos_tabs[i]);

Completed in 157 milliseconds