/external/libopus/celt/ |
modes.h | 36 #include "mdct.h" 78 mdct_lookup mdct; member in struct:OpusCustomMode
|
/external/libvorbis/lib/ |
envelope.h | 21 #include "mdct.h" 58 mdct_lookup mdct; member in struct:__anon17837
|
mapping0.c | 161 #include "mdct.h" 313 /* only MDCT right now.... */ 381 float *mdct =gmdct[i]; local 393 logmdct[j]=todB(mdct+j) + .345; /* + .345 is a hack; the original 415 _analysis_output("mdct",seq,logmdct,n/2,1,0,0); 476 mdct, 523 mdct, 548 mdct, 799 /* only MDCT right now.... */
|
psytune.c | 32 #include "mdct.h" 330 float *mdct=pcm[i]; local 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]; local 364 float *logmdct=mdct+framesize/2; 390 mdct, [all...] |