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

  /external/webp/src/dec/
vp8i.h 320 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
vp8.c 636 if (ok) ok = VP8InitFrame(dec, io);
frame.c 647 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) {
idec.c 416 // This change must be done before calling VP8InitFrame()
435 if (!VP8InitFrame(dec, io)) {

Completed in 91 milliseconds