HomeSort by relevance Sort by last modified time
    Searched refs:mdct (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/third_party/opus/
opus.target.darwin-x86_64.mk 38 third_party/opus/src/celt/mdct.c \
opus.target.linux-arm64.mk 38 third_party/opus/src/celt/mdct.c \
opus.target.linux-mips.mk 38 third_party/opus/src/celt/mdct.c \
opus.target.linux-x86.mk 38 third_party/opus/src/celt/mdct.c \
opus.target.linux-x86_64.mk 38 third_party/opus/src/celt/mdct.c \
opus.target.darwin-arm.mk 52 third_party/opus/src/celt/mdct.c \
opus.target.linux-arm.mk 52 third_party/opus/src/celt/mdct.c \
  /external/chromium_org/third_party/opus/src/src/
analysis.c 234 kfft = celt_mode->mdct.kfft[0];
opus_multistream_encoder.c 40 #include "mdct.h"
260 clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1);
    [all...]
  /external/libopus/src/
analysis.c 234 kfft = celt_mode->mdct.kfft[0];
opus_multistream_encoder.c 40 #include "mdct.h"
260 clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1);
    [all...]
  /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
553 /* We need to extrapolate enough samples to cover a complete MDCT
628 /* Apply the pre-filter to the MDCT overlap for the next frame because
629 the post-filter will be re-applied in the decoder after the MDCT
637 MDCT of the next frame. */
    [all...]
celt_encoder.c 38 #include "mdct.h"
417 /** Apply window and compute the MDCT for all sub-frames and
441 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift, B);
    [all...]
  /external/libopus/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
553 /* We need to extrapolate enough samples to cover a complete MDCT
628 /* Apply the pre-filter to the MDCT overlap for the next frame because
629 the post-filter will be re-applied in the decoder after the MDCT
637 MDCT of the next frame. */
    [all...]
celt_encoder.c 38 #include "mdct.h"
417 /** Apply window and compute the MDCT for all sub-frames and
441 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 448 milliseconds

12