Home
last modified time | relevance | path

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

/external/libopus/celt/dump_modes/
Ddump_modes.c132 …atic const opus_int16 cache_index%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+2)*mode->nbEBands); in dump_modes()
133 for (j=0;j<mode->nbEBands*(mode->maxLM+2);j++) in dump_modes()
140 …ic const unsigned char cache_caps%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+1)*2*mode->nbEBand… in dump_modes()
141 for (j=0;j<(mode->maxLM+1)*2*mode->nbEBands;j++) in dump_modes()
239 fprintf(file, "%d, /* maxLM */\n", mode->maxLM); in dump_modes()
/external/libopus/celt/
Dmodes.h61 int maxLM; member
Dmodes.c342 mode->maxLM = LM; in opus_custom_mode_create()
391 compute_pulse_cache(mode, mode->maxLM); in opus_custom_mode_create()
394 mode->maxLM, arch) == 0) in opus_custom_mode_create()
Dcelt_decoder.c389 shift = mode->maxLM; in celt_synthesis()
393 shift = mode->maxLM-LM; in celt_synthesis()
898 if (LM>mode->maxLM)
908 for (LM=0;LM<=mode->maxLM;LM++)
911 if (LM>mode->maxLM)
Dcelt_encoder.c463 shift = mode->maxLM; in compute_mdcts()
467 shift = mode->maxLM-LM; in compute_mdcts()
1497 for (LM=0;LM<=mode->maxLM;LM++) in celt_encode_with_ec()
1500 if (LM>mode->maxLM) in celt_encode_with_ec()
2061 int lm_diff = mode->maxLM - LM; in celt_encode_with_ec()
/external/libopus/src/
Dopus_multistream_encoder.c248 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis()
288 overlap, celt_mode->maxLM-LM, 1, arch); in surround_analysis()