OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecState
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
nb_celp.h
123
typedef struct
DecState
{
175
}
DecState
;
nb_celp.c
926
DecState
*st;
931
st = (
DecState
*)speex_alloc(sizeof(
DecState
));
[
all
...]
/external/webp/src/dec/
idec.c
37
}
DecState
;
57
DecState
state_; // current decoding state
Completed in 57 milliseconds