HomeSort by relevance Sort by last modified time
    Searched refs:maxLM (Results 1 - 6 of 6) sorted by null

  /external/libopus/celt/
modes.h 61 int maxLM;
modes.c 342 mode->maxLM = LM;
391 compute_pulse_cache(mode, mode->maxLM);
394 mode->maxLM, arch) == 0)
celt_decoder.c 305 shift = mode->maxLM;
309 shift = mode->maxLM-LM;
795 if (LM>mode->maxLM)
805 for (LM=0;LM<=mode->maxLM;LM++)
808 if (LM>mode->maxLM)
    [all...]
celt_encoder.c 429 shift = mode->maxLM;
433 shift = mode->maxLM-LM;
    [all...]
  /external/libopus/celt/dump_modes/
dump_modes.c 132 fprintf (file, "static const opus_int16 cache_index%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+2)*mode->nbEBands);
133 for (j=0;j<mode->nbEBands*(mode->maxLM+2);j++)
140 fprintf (file, "static const unsigned char cache_caps%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+1)*2*mode->nbEBands);
141 for (j=0;j<(mode->maxLM+1)*2*mode->nbEBands;j++)
239 fprintf(file, "%d, /* maxLM */\n", mode->maxLM);
  /external/libopus/src/
opus_multistream_encoder.c 255 for (LM=0;LM<celt_mode->maxLM;LM++)
288 overlap, celt_mode->maxLM-LM, 1, arch);
    [all...]

Completed in 190 milliseconds