OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_band
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
225
int
start_band
;
local
386
start_band
= 0;
417
start_band
= 17;
470
celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(
start_band
));
opus_encoder.c
937
int
start_band
= 0;
local
[
all
...]
/external/libopus/src/
opus_decoder.c
225
int
start_band
;
local
386
start_band
= 0;
417
start_band
= 17;
470
celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(
start_band
));
opus_encoder.c
937
int
start_band
= 0;
local
[
all
...]
Completed in 191 milliseconds