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

  /external/webp/src/dec/
decode_vp8.h 34 // bool ok = VP8Decode(dec);
128 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
138 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
147 // Not a mandatory call between calls to VP8Decode().
webp.c 432 if (!VP8Decode(dec, &io)) {
vp8.c 723 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
730 "NULL VP8Io parameter in VP8Decode().");

Completed in 32 milliseconds