HomeSort by relevance Sort by last modified time
    Searched defs:mdct_lookup (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
mdct.h 54 } mdct_lookup; typedef in typeref:struct:__anon23927
61 int clt_mdct_init(mdct_lookup *l,int N, int maxshift, int arch);
62 void clt_mdct_clear(mdct_lookup *l, int arch);
65 void clt_mdct_forward_c(const mdct_lookup *l, kiss_fft_scalar *in,
72 void clt_mdct_backward_c(const mdct_lookup *l, kiss_fft_scalar *in,
82 const mdct_lookup *l, kiss_fft_scalar *in,
92 const mdct_lookup *l, kiss_fft_scalar *in,
  /external/libvorbis/lib/
mdct.h 64 } mdct_lookup; typedef in typeref:struct:__anon24317
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);

Completed in 48 milliseconds