HomeSort by relevance Sort by last modified time
    Searched defs:DecState (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
nb_celp.h 123 typedef struct DecState {
175 } DecState;
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 45 } DecState;
67 DecState state_; // current decoding state
279 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
  /external/webp/src/dec/
idec.c 44 } DecState;
66 DecState state_; // current decoding state
288 static void ChangeState(WebPIDecoder* const idec, DecState new_state,

Completed in 102 milliseconds