Home
last modified time | relevance | path

Searched refs:NB_SUBMODE_BITS (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dmodes.h44 #define NB_SUBMODE_BITS 4 macro
Dspeex.c203 *((int*)ptr) = NB_SUBMODE_BITS+1; in nb_mode_query()
Dnb_celp.c543 speex_bits_pack(bits, st->submodeID, NB_SUBMODE_BITS); in nb_encode()
1688 (*(spx_int32_t*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize; in nb_encoder_ctl()
1807 (*(spx_int32_t*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize; in nb_decoder_ctl()