OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWideband
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/speex/libspeex/
nb_celp.h
118
int
isWideband
; /**< Is this used as part of the embedded wideband codec */
173
int
isWideband
; /**< Is this used as part of the embedded wideband codec */
nb_celp.c
205
st->
isWideband
= 0;
299
highpass(in, in, st->frameSize, (st->
isWideband
?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp);
984
st->
isWideband
= 0;
[
all
...]
Completed in 197 milliseconds