Home
last modified time | relevance | path

Searched refs:MDCTContext (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dmdct.h25 typedef struct MDCTContext struct
34 MDCTContext; argument
36 int ff_mdct_init(MDCTContext *s, int nbits, int inverse);
37 void ff_imdct_calc(MDCTContext *s, int32_t *output, int32_t *input);
H A Dmdct.c37 int ff_mdct_init(MDCTContext *s, int nbits, int inverse) in ff_mdct_init()
72 void ff_imdct_calc(MDCTContext *s, in ff_imdct_calc()
H A Dwmadec.h109 MDCTContext mdct_ctx[BLOCK_NB_SIZES];
/dports/audio/aften/aften-0.0.8/libaften/x86/
H A Dx86_sse_mdct_common_init.h26 void sse_mdct_ctx_init(MDCTContext *mdct, int n);
27 void sse_mdct_ctx_close(MDCTContext *mdct);
H A Dx86_sse_mdct_common_init.c63 sse_mdct_ctx_init(MDCTContext *mdct, int n) in sse_mdct_ctx_init()
379 sse_mdct_ctx_close(MDCTContext *mdct) in sse_mdct_ctx_close()
391 memset(mdct, 0, sizeof(MDCTContext)); in sse_mdct_ctx_close()
H A Dx86_sse_mdct_common.c274 mdct_butterfly_generic(MDCTContext *mdct, FLOAT *x, int points, int trigint) in mdct_butterfly_generic()
402 mdct_butterflies(MDCTContext *mdct, FLOAT *x, int points) in mdct_butterflies()
422 mdct_bitreverse(MDCTContext *mdct, FLOAT *x) in mdct_bitreverse()
498 MDCTContext *mdct = tmdct->mdct; in mdct()
/dports/audio/mous/mous-2.0.1/deps/ffmpeg-strip-wma/
H A Ddsputil.h476 typedef struct MDCTContext { struct
483 } MDCTContext; argument
485 int ff_mdct_init(MDCTContext *s, int nbits, int inverse);
486 void ff_imdct_calc(MDCTContext *s, FFTSample *output,
488 void ff_mdct_calc(MDCTContext *s, FFTSample *out,
490 void ff_mdct_end(MDCTContext *s);
H A Dmdct.c29 int ff_mdct_init(MDCTContext *s, int nbits, int inverse) in ff_mdct_init()
77 void ff_imdct_calc(MDCTContext *s, FFTSample *output, in ff_imdct_calc()
129 void ff_mdct_calc(MDCTContext *s, FFTSample *out, in ff_mdct_calc()
170 void ff_mdct_end(MDCTContext *s) in ff_mdct_end()
H A Dwmadec.c97 MDCTContext mdct_ctx[BLOCK_NB_SIZES];
/dports/audio/aften/aften-0.0.8/libaften/
H A Dmdct.h73 } MDCTContext; typedef
76 MDCTContext *mdct;
H A Da52.h184 MDCTContext mdct_ctx_512;
185 MDCTContext mdct_ctx_256;
H A Dmdct.c56 ctx_init(MDCTContext *mdct, int n) in ctx_init()
102 ctx_close(MDCTContext *mdct) in ctx_close()
107 memset(mdct, 0, sizeof(MDCTContext)); in ctx_close()
349 mdct_butterflies(MDCTContext *mdct, FLOAT *x, int points) in mdct_butterflies()
369 mdct_bitreverse(MDCTContext *mdct, FLOAT *x) in mdct_bitreverse()
421 MDCTContext *mdct = tmdct->mdct; in mdct()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/
H A Ddsputil.h602 struct MDCTContext;
615 void (*imdct_calc)(struct MDCTContext *s, FFTSample *output,
635 typedef struct MDCTContext { struct
642 } MDCTContext; argument
652 int ff_mdct_init(MDCTContext *s, int nbits, int inverse);
653 void ff_imdct_calc(MDCTContext *s, FFTSample *output,
655 void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output,
657 void ff_imdct_calc_sse(MDCTContext *s, FFTSample *output,
659 void ff_mdct_calc(MDCTContext *s, FFTSample *out,
661 void ff_mdct_end(MDCTContext *s);
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Ddsputil.h602 struct MDCTContext;
615 void (*imdct_calc)(struct MDCTContext *s, FFTSample *output,
635 typedef struct MDCTContext { struct
642 } MDCTContext; typedef
652 int ff_mdct_init(MDCTContext *s, int nbits, int inverse);
653 void ff_imdct_calc(MDCTContext *s, FFTSample *output,
655 void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output,
657 void ff_imdct_calc_sse(MDCTContext *s, FFTSample *output,
659 void ff_mdct_calc(MDCTContext *s, FFTSample *out,
661 void ff_mdct_end(MDCTContext *s);
H A Dmdct.c54 int ff_mdct_init(MDCTContext *s, int nbits, int inverse) in ff_mdct_init()
102 void ff_imdct_calc(MDCTContext *s, FFTSample *output, in ff_imdct_calc()
154 void ff_mdct_calc(MDCTContext *s, FFTSample *out, in ff_mdct_calc()
195 void ff_mdct_end(MDCTContext *s) in ff_mdct_end()
H A Dwma.h116 MDCTContext mdct_ctx[BLOCK_NB_SIZES];
H A Dfft-test.c188 MDCTContext m1, *m = &m1; in main()
H A Dnellymoserdec.c101 MDCTContext imdct_ctx;
H A Dac3dec.c168 MDCTContext imdct_512; ///< for 512 sample IMDCT
169 MDCTContext imdct_256; ///< for 256 sample IMDCT
H A Datrac3.c127 static MDCTContext mdct_ctx;
H A Dcook.c114 MDCTContext mdct_ctx;
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/i386/
H A Dfft_3dn2.c124 void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output, in ff_imdct_calc_3dn2()
H A Dfft_sse.c142 void ff_imdct_calc_sse(MDCTContext *s, FFTSample *output, in ff_imdct_calc_sse()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/BIKPlayer/
H A Ddsputil.h79 struct MDCTContext;
/dports/audio/aften/aften-0.0.8/libaften/ppc/
H A Dmdct_altivec.c350 mdct_butterflies_altivec(MDCTContext *mdct, FLOAT *x, int points) in mdct_butterflies_altivec()
371 mdct_bitreverse_altivec(MDCTContext *mdct, FLOAT *x) in mdct_bitreverse_altivec()
488 MDCTContext *mdct = tmdct->mdct; in mdct_altivec()

12