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

  /external/webp/src/dec/
decode_vp8.h 33 // VP8Decoder* dec = VP8New();
121 typedef struct VP8Decoder VP8Decoder;
124 VP8Decoder* VP8New(void);
134 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
138 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
141 VP8StatusCode VP8Status(VP8Decoder* const dec);
144 const char* VP8StatusMessage(VP8Decoder* const dec);
148 void VP8Clear(VP8Decoder* const dec);
151 void VP8Delete(VP8Decoder* const dec)
    [all...]
vp8i.h 181 // VP8Decoder: the main opaque structure handed over to user
183 struct VP8Decoder {
290 int VP8SetError(VP8Decoder* const dec,
295 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec);
296 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec);
299 void VP8ParseQuant(VP8Decoder* const dec);
302 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
304 void VP8ReconstructBlock(VP8Decoder* const dec);
309 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io);
312 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io)
    [all...]

Completed in 424 milliseconds