Home
last modified time | relevance | path

Searched refs:isWideband (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dnb_celp.h118 int isWideband; /**< Is this used as part of the embedded wideband codec */ member
173 int isWideband; /**< Is this used as part of the embedded wideband codec */ member
Dnb_celp.c205 st->isWideband = 0; in nb_encoder_init()
299 …highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_IN… in nb_encode()
984 st->isWideband = 0; in nb_decoder_init()
1542 …highpass(out, out, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_… in nb_decode()
1768 st->isWideband = *((spx_int32_t*)ptr); in nb_encoder_ctl()
1893 st->isWideband = *((spx_int32_t*)ptr); in nb_decoder_ctl()