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

  /external/chromium_org/third_party/opus/src/celt/
modes.h 71 int shortMdctSize;
modes.c 178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
194 if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize)
201 a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1];
202 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize;
246 (frame_size<<j) == static_mode_list[i]->shortMdctSize*static_mode_list[i]->nbShortMdcts)
342 mode->shortMdctSize = frame_size/mode->nbShortMdcts;
343 res = (mode->Fs+mode->shortMdctSize)/(2*mode->shortMdctSize);
345 mode->eBands = compute_ebands(Fs, mode->shortMdctSize, res, &mode->nbEBands);
350 while (mode->eBands[mode->effEBands] > mode->shortMdctSize)
    [all...]
celt.c 405 int N = mode->shortMdctSize<<LM;
410 N = mode->shortMdctSize;
430 const int N = mode->shortMdctSize<<LM;
444 N2 = mode->shortMdctSize;
948 if (st->mode->shortMdctSize<<LM==frame_size)
953 N = M*st->mode->shortMdctSize;
978 if (st->mode->Fs==48000 && st->mode->shortMdctSize==120)
    [all...]
bands.c 82 N = M*m->shortMdctSize;
118 N = M*m->shortMdctSize;
140 N = M*m->shortMdctSize;
160 N = M*m->shortMdctSize;
179 N = M*m->shortMdctSize;
406 N0 = M*m->shortMdctSize;
    [all...]

Completed in 112 milliseconds