OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SB_SUBMODE_BITS
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
modes.h
47
#define
SB_SUBMODE_BITS
3
modes_wb.c
259
*((int*)ptr) =
SB_SUBMODE_BITS
+1;
sb_celp.c
507
speex_bits_pack(bits, 0,
SB_SUBMODE_BITS
);
509
speex_bits_pack(bits, st->submodeID,
SB_SUBMODE_BITS
);
926
st->submodeID = speex_bits_unpack_unsigned(bits,
SB_SUBMODE_BITS
);
[
all
...]
nb_celp.c
[
all
...]
Completed in 37 milliseconds