Searched defs:celt_mode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Danalysis.c192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) argument
234 kfft = celt_mode->mdct.kfft[0];
619 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, argument
634 tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix);
H A Dopus_decoder.c506 const CELTMode *celt_mode; local
507 celt_decoder_ctl(celt_dec, CELT_GET_MODE(&celt_mode));
508 window = celt_mode->window;
H A Dopus_multistream_encoder.c220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, argument
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...]
H A Dopus_encoder.c956 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,
1601 0, Q15ONE, celt_mode->overlap, st->Fs/400, st->channels, celt_mode->window, st->Fs);
1743 st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs);
1761 stereo_fade(pcm_buf, pcm_buf, g1, g2, celt_mode->overlap,
1762 frame_size, st->channels, celt_mode->window, st->Fs);
/external/libopus/src/
H A Danalysis.c192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) argument
234 kfft = celt_mode->mdct.kfft[0];
619 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, argument
634 tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix);
H A Dopus_decoder.c506 const CELTMode *celt_mode; local
507 celt_decoder_ctl(celt_dec, CELT_GET_MODE(&celt_mode));
508 window = celt_mode->window;
H A Dopus_multistream_encoder.c220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, argument
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...]
H A Dopus_encoder.c956 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,
1601 0, Q15ONE, celt_mode->overlap, st->Fs/400, st->channels, celt_mode->window, st->Fs);
1743 st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs);
1761 stereo_fade(pcm_buf, pcm_buf, g1, g2, celt_mode->overlap,
1762 frame_size, st->channels, celt_mode->window, st->Fs);

Completed in 132 milliseconds