OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecState
(Results
1 - 4
of
4
) 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/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 107 milliseconds