OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBDecState
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
sb_celp.h
99
typedef struct
SBDecState
{
129
}
SBDecState
;
sb_celp.c
758
SBDecState
*st;
760
st = (
SBDecState
*)speex_alloc(sizeof(
SBDecState
));
816
SBDecState
*st;
817
st = (
SBDecState
*)state;
835
static void sb_decode_lost(
SBDecState
*st, spx_word16_t *out, int dtx, char *stack)
876
SBDecState
*st;
891
st = (
SBDecState
*)state;
[
all
...]
Completed in 20 milliseconds