Home | History | Annotate | Download | only in lib

Lines Matching defs:mdct

32 #include "mdct.h"
330 float *mdct=pcm[i];
331 float *logmdct=mdct+framesize/2;
335 /* fft and mdct transforms */
351 mdct_forward(&m_look,pcm[i],mdct);
353 logmdct[j]=todB(mdct+j);
355 analysis("mdct",frameno+i,logmdct,framesize/2,1,0);
363 float *mdct=pcm[i];
364 float *logmdct=mdct+framesize/2;
390 mdct,
401 mdct,