OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortMdctSize
(Results
1 - 13
of
13
) 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);
358
while (mode->eBands[mode->effEBands] > mode->
shortMdctSize
)
[
all
...]
celt_decoder.c
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
[
all
...]
celt_encoder.c
430
N = mode->
shortMdctSize
;
434
N = mode->
shortMdctSize
<<LM;
[
all
...]
bands.c
99
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
;
[
all
...]
/external/libopus/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);
358
while (mode->eBands[mode->effEBands] > mode->
shortMdctSize
)
[
all
...]
celt_decoder.c
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
[
all
...]
celt_encoder.c
430
N = mode->
shortMdctSize
;
434
N = mode->
shortMdctSize
<<LM;
[
all
...]
bands.c
99
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
;
[
all
...]
/external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c
59
fprintf(file, " %d %d",mode->Fs,mode->
shortMdctSize
*mode->nbShortMdcts);
73
mdctSize = mode->
shortMdctSize
*mode->nbShortMdcts;
74
standard = (mode->Fs == 400*(opus_int32)mode->
shortMdctSize
);
75
framerate = mode->Fs/mode->
shortMdctSize
;
223
fprintf(file, "%d,\t/*
shortMdctSize
*/\n", mode->
shortMdctSize
);
250
mdctSize = mode->
shortMdctSize
*mode->nbShortMdcts;
267
frame_size = mode->
shortMdctSize
*mode->nbShortMdcts;
268
else if (frame_size != mode->
shortMdctSize
*mode->nbShortMdcts)
/external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c
242
if (celt_mode->
shortMdctSize
<<LM==frame_size)
[
all
...]
/external/libopus/src/
opus_multistream_encoder.c
242
if (celt_mode->
shortMdctSize
<<LM==frame_size)
[
all
...]
Completed in 574 milliseconds