Searched refs:ff_mdct_end (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfft.h147 #define ff_mdct_end FFT_NAME(ff_mdct_end) macro
150 void ff_mdct_end(FFTContext *s);
H A Dac3enc_float.c52 ff_mdct_end(&s->mdct);
H A Datrac1.c339 ff_mdct_end(&q->mdct_ctx[0]);
340 ff_mdct_end(&q->mdct_ctx[1]);
341 ff_mdct_end(&q->mdct_ctx[2]);
H A Dac3enc_fixed.c49 ff_mdct_end(&s->mdct);
H A Davfft.c85 ff_mdct_end(s);
H A Dmdct.c85 ff_mdct_end(s);
199 av_cold void ff_mdct_end(FFTContext *s) function
H A Dnellymoserdec.c211 ff_mdct_end(&s->imdct_ctx);
H A Dfft-test.c464 ff_mdct_end(m);
H A Dnellymoserenc.c170 ff_mdct_end(&s->mdct_ctx);
H A Dwma.c417 ff_mdct_end(&s->mdct_ctx[i]);
H A Daacenc.c660 ff_mdct_end(&s->mdct1024);
661 ff_mdct_end(&s->mdct128);
H A Daacdec.c2322 ff_mdct_end(&ac->mdct);
2323 ff_mdct_end(&ac->mdct_small);
2324 ff_mdct_end(&ac->mdct_ltp);
H A Dac3dec.c1448 ff_mdct_end(&s->imdct_512);
1449 ff_mdct_end(&s->imdct_256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfft.h162 #define ff_mdct_end FFT_NAME(ff_mdct_end) macro
165 void ff_mdct_end(FFTContext *s);
H A Datrac1.c323 ff_mdct_end(&q->mdct_ctx[0]);
324 ff_mdct_end(&q->mdct_ctx[1]);
325 ff_mdct_end(&q->mdct_ctx[2]);
H A Dac3enc_fixed.c56 ff_mdct_end(&s->mdct);
H A Dac3enc_float.c56 ff_mdct_end(&s->mdct);
H A Davfft.c86 ff_mdct_end(s);
H A Dmdct_template.c89 ff_mdct_end(s);
203 av_cold void ff_mdct_end(FFTContext *s) function
H A Dnellymoserdec.c192 ff_mdct_end(&s->imdct_ctx);
H A Dfft-test.c495 ff_mdct_end(m);
H A Dnellymoserenc.c138 ff_mdct_end(&s->mdct_ctx);
H A Dwma.c379 ff_mdct_end(&s->mdct_ctx[i]);
H A Daacenc.c674 ff_mdct_end(&s->mdct1024);
675 ff_mdct_end(&s->mdct128);
H A Don2avc.c988 ff_mdct_end(&c->mdct);
989 ff_mdct_end(&c->mdct_half);
990 ff_mdct_end(&c->mdct_small);

Completed in 369 milliseconds

12