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

  /external/libopus/celt/
modes.h 63 int shortMdctSize;
modes.c 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)
    [all...]
celt_decoder.c 297 N = mode->shortMdctSize<<LM;
304 NB = mode->shortMdctSize;
308 NB = mode->shortMdctSize<<LM;
784 if (mode->Fs==48000 && mode->shortMdctSize==120)
797 if (frame_size < mode->shortMdctSize<<LM)
800 frame_size = mode->shortMdctSize<<LM;
806 if (mode->shortMdctSize<<LM==frame_size)
816 N = M*mode->shortMdctSize;
1008 comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortMdctSize,
1012 comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period, postfilter_pitch, N-mode->shortMdctSize
    [all...]
celt_encoder.c 428 N = mode->shortMdctSize;
432 N = mode->shortMdctSize<<LM;
    [all...]
bands.c 99 N = m->shortMdctSize<<LM;
140 N = M*m->shortMdctSize;
162 N = m->shortMdctSize<<LM;
180 N = M*m->shortMdctSize;
204 N = M*m->shortMdctSize;
466 N0 = M*m->shortMdctSize;
    [all...]
  /external/libopus/celt/dump_modes/
dump_modes.c 61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
79 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
80 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize);
81 framerate = mode->Fs/mode->shortMdctSize;
241 fprintf(file, "%d, /* shortMdctSize */\n", mode->shortMdctSize);
268 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
285 frame_size = mode->shortMdctSize*mode->nbShortMdcts;
286 else if (frame_size != mode->shortMdctSize*mode->nbShortMdcts)
dump_modes_arm_ne10.c 60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
  /external/libopus/src/
opus_multistream_encoder.c 256 if (celt_mode->shortMdctSize<<LM==frame_size)
    [all...]

Completed in 57 milliseconds