Home | History | Annotate | Download | only in src

Lines Matching refs:LM

521 static float transient_boost(const float *E, const float *E_1, int LM, int maxM)
528 M = IMIN(maxM, (1<<LM)+1);
535 /*if (LM==3)
832 int LM = 3;
833 LM = optimize_framesize(analysis_pcm, frame_size, C, Fs, bitrate_bps,
835 while ((Fs/400<<LM)>frame_size)
836 LM--;
837 frame_size = (Fs/400<<LM);