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:__anon13317
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,
  /external/libvorbis/lib/
mdct.h 64 } mdct_lookup; typedef in typeref:struct:__anon13673
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 54 milliseconds