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

  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 88 } VP8LDecoder;
102 VP8LDecoder* VP8LNew(void);
105 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
109 int VP8LDecodeImage(VP8LDecoder* const dec);
113 void VP8LClear(VP8LDecoder* const dec);
116 void VP8LDelete(VP8LDecoder* const dec);
  /external/webp/src/dec/
vp8li.h 57 typedef struct VP8LDecoder VP8LDecoder;
58 struct VP8LDecoder {
114 VP8LDecoder* VP8LNew(void);
117 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
121 int VP8LDecodeImage(VP8LDecoder* const dec);
125 void VP8LClear(VP8LDecoder* const dec);
128 void VP8LDelete(VP8LDecoder* const dec);

Completed in 40 milliseconds