Searched refs:celt_mode (Results 1 – 5 of 5) sorted by relevance
/external/libopus/src/ |
D | opus_multistream_encoder.c | 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() [all …]
|
D | analysis.h | 98 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_…
|
D | analysis.c | 423 static void tonality_analysis(TonalityAnalysisState *tonal, const CELTMode *celt_mode, const void *… in tonality_analysis() argument 485 kfft = celt_mode->mdct.kfft[0]; in tonality_analysis() 916 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_… in run_analysis() argument 932 …tonality_analysis(analysis, celt_mode, analysis_pcm, IMIN(Fs/50, pcm_len), offset, c1, c2, C, lsb_… in run_analysis()
|
D | opus_encoder.c | 1098 const CELTMode *celt_mode; in opus_encode_native() local 1134 celt_encoder_ctl(celt_enc, CELT_GET_MODE(&celt_mode)); in opus_encode_native() 1149 run_analysis(&st->analysis, celt_mode, analysis_pcm, analysis_size, frame_size, in opus_encode_native() 1826 … 0, Q15ONE, celt_mode->overlap, st->Fs/400, st->channels, celt_mode->window, st->Fs); in opus_encode_native() 1954 …st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs… in opus_encode_native() 1979 stereo_fade(pcm_buf, pcm_buf, g1, g2, celt_mode->overlap, in opus_encode_native() 1980 frame_size, st->channels, celt_mode->window, st->Fs); in opus_encode_native()
|
D | opus_decoder.c | 548 const CELTMode *celt_mode; in opus_decode_frame() local 549 MUST_SUCCEED(celt_decoder_ctl(celt_dec, CELT_GET_MODE(&celt_mode))); in opus_decode_frame() 550 window = celt_mode->window; in opus_decode_frame()
|