Home
last modified time | relevance | path

Searched refs:mdct_lookup (Results 1 – 13 of 13) sorted by relevance

/external/libopus/celt/
Dmdct.h54 } mdct_lookup; typedef
56 int clt_mdct_init(mdct_lookup *l,int N, int maxshift);
57 void clt_mdct_clear(mdct_lookup *l);
60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in,
66 void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in,
Dmdct.c58 int clt_mdct_init(mdct_lookup *l,int N, int maxshift) in clt_mdct_init()
94 void clt_mdct_clear(mdct_lookup *l) in clt_mdct_clear()
105 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT ou… in clt_mdct_forward()
211 void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT o… in clt_mdct_backward()
Dmodes.h78 mdct_lookup mdct;
/external/chromium_org/third_party/opus/src/celt/
Dmdct.h54 } mdct_lookup; typedef
56 int clt_mdct_init(mdct_lookup *l,int N, int maxshift);
57 void clt_mdct_clear(mdct_lookup *l);
60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in,
66 void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in,
Dmdct.c58 int clt_mdct_init(mdct_lookup *l,int N, int maxshift) in clt_mdct_init()
94 void clt_mdct_clear(mdct_lookup *l) in clt_mdct_clear()
105 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT ou… in clt_mdct_forward()
211 void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT o… in clt_mdct_backward()
Dmodes.h78 mdct_lookup mdct;
/external/libvorbis/lib/
Dmdct.h64 } mdct_lookup; typedef
66 extern void mdct_init(mdct_lookup *lookup,int n);
67 extern void mdct_clear(mdct_lookup *l);
68 extern void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
69 extern void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
Dmdct.c52 void mdct_init(mdct_lookup *lookup,int n){ in mdct_init()
317 STIN void mdct_butterflies(mdct_lookup *init, in mdct_butterflies()
339 void mdct_clear(mdct_lookup *l){ in mdct_clear()
347 STIN void mdct_bitreverse(mdct_lookup *init, in mdct_bitreverse()
397 void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){ in mdct_backward()
493 void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){ in mdct_forward()
Denvelope.h58 mdct_lookup mdct;
Dpsytune.c244 mdct_lookup m_look; in main()
Dblock.c201 b->transform[0][0]=_ogg_calloc(1,sizeof(mdct_lookup)); in _vds_shared_init()
202 b->transform[1][0]=_ogg_calloc(1,sizeof(mdct_lookup)); in _vds_shared_init()
/external/libopus/celt/tests/
Dtest_unit_mdct.c117 mdct_lookup cfg; in test1d()
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_mdct.c117 mdct_lookup cfg; in test1d()