Home | History | Annotate | Download | only in celt

Lines Matching refs:shortMdctSize

272       N = mode->shortMdctSize;
276 N = mode->shortMdctSize<<LM;
722 if (mode->Fs==48000 && mode->shortMdctSize==120)
735 if (frame_size < mode->shortMdctSize<<LM)
738 frame_size = mode->shortMdctSize<<LM;
744 if (mode->shortMdctSize<<LM==frame_size)
754 N = M*mode->shortMdctSize;
959 comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortMdctSize,
963 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize,