Searched refs:DecState (Results 1 - 3 of 3) sorted by relevance

/external/speex/libspeex/
H A Dnb_celp.h123 typedef struct DecState { struct
175 } DecState; typedef in typeref:struct:DecState
H A Dnb_celp.c926 DecState *st;
931 st = (DecState *)speex_alloc(sizeof(DecState));
995 DecState *st;
996 st=(DecState*)state;
1020 static void nb_decode_lost(DecState *st, spx_word16_t *out, char *stack)
1085 DecState *st;
1106 st=(DecState*)state;
1782 DecState *st;
1783 st=(DecState*)stat
[all...]
/external/webp/src/dec/
H A Didec.c43 } DecState; typedef in typeref:enum:__anon15019
65 DecState state_; // current decoding state
253 static void ChangeState(WebPIDecoder* const idec, DecState new_state,

Completed in 64 milliseconds