Searched refs:shortMdctSize (Results 1 - 6 of 6) sorted by relevance

/external/libopus/celt/
H A Dmodes.h71 int shortMdctSize; member in struct:OpusCustomMode
H A Dmodes.c178 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);
358 while (mode->eBands[mode->effEBands] > mode->shortMdctSize)
[all...]
H A Dcelt_decoder.c272 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, s
[all...]
H A Dcelt_encoder.c430 N = mode->shortMdctSize;
434 N = mode->shortMdctSize<<LM;
1103 int offset = mode->shortMdctSize-st->overlap;
1328 if (mode->shortMdctSize<<LM==frame_size)
1336 N = M*mode->shortMdctSize;
1361 if (mode->Fs==48000 && mode->shortMdctSize==120)
2024 comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdctSize,
2028 comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, pitch_index, N-mode->shortMdctSize,
[all...]
H A Dbands.c99 N = M*m->shortMdctSize;
135 N = M*m->shortMdctSize;
157 N = M*m->shortMdctSize;
177 N = M*m->shortMdctSize;
197 N = M*m->shortMdctSize;
457 N0 = M*m->shortMdctSize;
/external/libopus/src/
H A Dopus_multistream_encoder.c242 if (celt_mode->shortMdctSize<<LM==frame_size)

Completed in 125 milliseconds