Searched refs:maxLM (Results 1 – 5 of 5) sorted by relevance
69 int maxLM; member
340 mode->maxLM = LM; in opus_custom_mode_create()389 compute_pulse_cache(mode, mode->maxLM); in opus_custom_mode_create()392 mode->maxLM) == 0) in opus_custom_mode_create()
273 shift = mode->maxLM; in compute_inv_mdcts()277 shift = mode->maxLM-LM; in compute_inv_mdcts()733 if (LM>mode->maxLM)743 for (LM=0;LM<=mode->maxLM;LM++)746 if (LM>mode->maxLM)
431 shift = mode->maxLM; in compute_mdcts()435 shift = mode->maxLM-LM; in compute_mdcts()1327 for (LM=0;LM<=mode->maxLM;LM++) in celt_encode_with_ec()1330 if (LM>mode->maxLM) in celt_encode_with_ec()1844 int lm_diff = mode->maxLM - LM; in celt_encode_with_ec()
241 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis()260 … clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1); in surround_analysis()