OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mdct
(Results
26 - 27
of
27
) sorted by null
1
2
/external/chromium_org/third_party/opus/src/celt/
celt_decoder.c
38
#include "
mdct
.h"
282
clt_mdct_backward(&mode->
mdct
, &X[b+c*N*B], out_mem[c]+N*b, mode->window, overlap, shift, B);
386
/* Share the interleaved signal
MDCT
coefficient buffer with the
551
/* We need to extrapolate enough samples to cover a complete
MDCT
626
/* Apply the pre-filter to the
MDCT
overlap for the next frame because
627
the post-filter will be re-applied in the decoder after the
MDCT
635
MDCT
of the next frame. */
[
all
...]
celt_encoder.c
38
#include "
mdct
.h"
408
/** Apply window and compute the
MDCT
for all sub-frames and
432
clt_mdct_forward(&mode->
mdct
, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift, B);
[
all
...]
Completed in 170 milliseconds
1
2