Lines Matching refs:shortMdctSize
179 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
195 if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize)
202 a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1];
203 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize;
248 (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
344 mode->shortMdctSize = frame_size/mode->nbShortMdcts;
345 res = (mode->Fs+mode->shortMdctSize)/(2*mode->shortMdctSize);
347 mode->eBands = compute_ebands(Fs, mode->shortMdctSize, res, &mode->nbEBands);
360 while (mode->eBands[mode->effEBands] > mode->shortMdctSize)
364 mode->overlap = ((mode->shortMdctSize>>2)<<2);
393 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,