HomeSort by relevance Sort by last modified time
    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_dec.c 44 } DecState;
66 DecState state_; // current decoding state
295 static void ChangeState(WebPIDecoder* const idec, DecState new_state,

Completed in 477 milliseconds