Lines Matching refs:celt_mode
224 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32… in surround_analysis() argument
248 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis()
249 if (celt_mode->shortMdctSize<<LM==frame_size) in surround_analysis()
269 … celt_preemphasis(x, in+overlap, frame_size, 1, upsample, celt_mode->preemph, preemph_mem+c, 0); in surround_analysis()
287 clt_mdct_forward(&celt_mode->mdct, in+960*frame, freq, celt_mode->window, in surround_analysis()
288 overlap, celt_mode->maxLM-LM, 1, arch); in surround_analysis()
298 compute_band_energies(celt_mode, freq, tmpE, 21, 1, LM, arch); in surround_analysis()
303 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1); in surround_analysis()
826 const CELTMode *celt_mode; in opus_multistream_encode_native() local
845 opus_encoder_ctl((OpusEncoder*)ptr, CELT_GET_MODE(&celt_mode)); in opus_multistream_encode_native()
871 …surround_analysis(celt_mode, pcm, bandSMR, mem, preemph_mem, frame_size, 120, st->layout.nb_channe… in opus_multistream_encode_native()