OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:effEnd
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/
celt_decoder.c
381
int
effEnd
;
384
effEnd
= IMAX(start, IMIN(end, mode->effEBands));
407
for (i=start;i<
effEnd
;i++)
424
denormalise_bands(mode, X, freq, plcLogE, start,
effEnd
, C, 1<<LM);
427
int bound = eBands[
effEnd
]<<LM;
680
int
effEnd
;
756
effEnd
= st->end;
757
if (
effEnd
> mode->effEBands)
758
effEnd
= mode->effEBands;
924
denormalise_bands(mode, X, freq, oldBandE, st->start,
effEnd
, C, M)
[
all
...]
celt_encoder.c
[
all
...]
Completed in 2353 milliseconds