OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBEncState
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
sb_celp.h
44
typedef struct
SBEncState
{
95
}
SBEncState
;
sb_celp.c
194
SBEncState
*st;
197
st = (
SBEncState
*)speex_alloc(sizeof(
SBEncState
));
277
SBEncState
*st=(
SBEncState
*)state;
306
SBEncState
*st;
331
st = (
SBEncState
*)state;
[
all
...]
Completed in 28 milliseconds