OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/speex/libspeex/
nb_celp.h
123
typedef struct
DecState
{
175
}
DecState
;
/external/chromium_org/third_party/libwebp/dec/
idec.c
44
}
DecState
;
66
DecState
state_; // current decoding state
286
static void ChangeState(WebPIDecoder* const idec,
DecState
new_state,
Completed in 239 milliseconds