HomeSort by relevance Sort by last modified time
    Searched defs:celt_mode (Results 1 - 3 of 3) sorted by null

  /external/libopus/src/
opus_decoder.c 506 const CELTMode *celt_mode; local
507 celt_decoder_ctl(celt_dec, CELT_GET_MODE(&celt_mode));
508 window = celt_mode->window;
opus_multistream_encoder.c 220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem,
241 for (LM=0;LM<celt_mode->maxLM;LM++)
242 if (celt_mode->shortMdctSize<<LM==frame_size)
259 celt_preemphasis(x, in+overlap, frame_size, 1, upsample, celt_mode->preemph, preemph_mem+c, 0);
260 clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1);
270 compute_band_energies(celt_mode, freq, bandE, 21, 1, 1<<LM);
271 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1);
691 const CELTMode *celt_mode; local
    [all...]
opus_encoder.c 956 const CELTMode *celt_mode; local
986 celt_encoder_ctl(celt_enc, CELT_GET_MODE(&celt_mode));
996 run_analysis(&st->analysis, celt_mode, analysis_pcm, analysis_size, frame_size,
    [all...]

Completed in 50 milliseconds