Home | History | Annotate | Download | only in src

Lines Matching refs:LM

226    int LM;
241 for (LM=0;LM<celt_mode->maxLM;LM++)
242 if (celt_mode->shortMdctSize<<LM==frame_size)
260 clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1);
270 compute_band_energies(celt_mode, freq, bandE, 21, 1, 1<<LM);