Home
last modified time | relevance | path

Searched refs:maxLM (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Dmodes.h69 int maxLM; member
Dmodes.c340 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()
Dcelt_decoder.c273 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)
Dcelt_encoder.c431 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()
/external/libopus/src/
Dopus_multistream_encoder.c241 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()